Skip to main content
GET
Get Self-Schedule Settings
Returns the agent’s self-scheduling capability. An agent can only book its own future runs when can_self_schedule is enabled.

Response

boolean
Whether the agent may schedule its own future runs.
integer | null
Per-task lifetime cap on chained self-schedules (1–1000).

Example Request

Example Response

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

agent_id
string
required

Response

Successful Response

Agent-level self-schedule capability — request and response for the enable/disable toggle.

can_self_schedule
boolean
required

Whether the agent may schedule its own future runs.

max_self_schedules
integer | null

Per-task lifetime cap on chained self-schedules (1-1000).

Required range: 1 <= x <= 1000