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.
Documentation IndexFetch the complete documentation index at: https://docs.gp.scale.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.gp.scale.com/llms.txt
Use this file to discover all available pages before exploring further.
1 <= x <= 1000
Successful Response
Response model for listing schedules
List of schedules
Show child attributes
Total number of schedules