Skip to main content
GET
/
api
/
cron-jobs
List cron jobs
curl --request GET \
  --url https://sontairo.com/api/cron-jobs
{
  "data": [
    {
      "id": "<string>",
      "workspaceId": "<string>",
      "projectId": "<string>",
      "name": "<string>",
      "description": "<string>",
      "schedule": "<string>",
      "prompt": "<string>",
      "timezone": "<string>",
      "isActive": true,
      "agentId": "<string>",
      "agent": {
        "id": "<string>",
        "name": "<string>"
      },
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Query Parameters

workspaceId
string
required
projectId
string

Response

200 - application/json

List of cron jobs

data
object[]