Skip to main content

List all agent executor cron jobs

GET 

/v1/agent-executor-cron-jobs/

Returns a list of agent executor cron jobs. Can be filtered by agent_id.

Request

Query Parameters

    agent_id uuid

Responses

Schema

    total_count integer
    current_page integer
    next urinullable
    previous urinullable

    results

    object[]

  • Array [

  • id uuidrequired
    agent_id uuidrequired
    name stringrequired
    status stringrequired

    Possible values: [suspended, running]

    • suspended - Suspended
    • running - Running
    expression stringrequired
    execution_stream_address stringrequired
    created date-timerequired
    modified date-timerequired
  • ]

Loading...