Skip to main content
GET
Task Get Scheduled Runs Results

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Path Parameters

task_id
string
required

Query Parameters

page
integer
default:1
limit
integer
default:50

Response

Successful Response

id
string
required

The task ID

name
string
required

The name of the task

started_at
string<date-time>
required

The time the task execution started

completed_at
string<date-time>
required

The time the task execution completed

result
string
required

The result of the task execution

status
string
required

'completed' if all actions succeeded, else 'failed'