{
"data": [
{
"version": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"status": "UPCOMING",
"to_be_started_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"schedule_id": "<string>",
"template": {
"workspace_id": "<string>",
"workflows": [
"<string>"
],
"runner_assignment": {
"ids": [
"<string>"
],
"host": "SELF",
"tags": [
"<string>"
]
},
"data": {}
},
"ended_at": "2023-11-07T05:31:56Z",
"no": 123,
"schedule": {
"version": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"status": "ACTIVE",
"started_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z",
"schedule": "<string>",
"ended_after": 123,
"run_template": {
"workspace_id": "<string>",
"workflows": [
"<string>"
],
"runner_assignment": {
"ids": [
"<string>"
],
"host": "SELF",
"tags": [
"<string>"
]
},
"data": {}
},
"runs_count": 0,
"next_run_to_be_started_at": "2023-11-07T05:31:56Z"
}
}
]
}
{
"data": [
{
"version": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"status": "UPCOMING",
"to_be_started_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"schedule_id": "<string>",
"template": {
"workspace_id": "<string>",
"workflows": [
"<string>"
],
"runner_assignment": {
"ids": [
"<string>"
],
"host": "SELF",
"tags": [
"<string>"
]
},
"data": {}
},
"ended_at": "2023-11-07T05:31:56Z",
"no": 123,
"schedule": {
"version": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"status": "ACTIVE",
"started_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z",
"schedule": "<string>",
"ended_after": 123,
"run_template": {
"workspace_id": "<string>",
"workflows": [
"<string>"
],
"runner_assignment": {
"ids": [
"<string>"
],
"host": "SELF",
"tags": [
"<string>"
]
},
"data": {}
},
"runs_count": 0,
"next_run_to_be_started_at": "2023-11-07T05:31:56Z"
}
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type object
.
Was this page helpful?