cURL
curl --request GET \ --url https://api.example.com/agents/{agent_id}/schedules
{ "schedules": [ { "schedule_id": "<string>", "name": "<string>", "agent_id": "<string>", "state": "ACTIVE", "workflow_name": "<string>", "next_action_time": "2023-11-07T05:31:56Z" } ], "total": 123 }
List all schedules for an agent.
1 <= x <= 1000
Successful Response
Response model for listing schedules
List of schedules
Show child attributes
Total number of schedules