Skip to main content
GET
/
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
}

Path Parameters

agent_id
string
required

Query Parameters

page_size
integer
default:100
Required range: 1 <= x <= 1000

Response

Successful Response

Response model for listing schedules

schedules
ScheduleListItem · object[]
required

List of schedules

total
integer
required

Total number of schedules