get_api_management_v1_workspaces_slug_schedules
GET
/api/management/v1/workspaces/{slug}/schedules
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”Media typeapplication/json
Array<object>
object
agent_type
required
string
cadence
required
string
id
required
string format: uuid
key
required
string
next_run_at
string | null format: date-time
status
required
string
title
required
string
Examplegenerated
[ { "agent_type": "example", "cadence": "example", "id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "key": "example", "next_run_at": "2026-04-15T12:00:00Z", "status": "example", "title": "example" }]