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 command / task ID

name
string
required

The name of the command

started_at
string<date-time>
required

The time the execution started

completed_at
string<date-time>
required

The time the execution completed

result
string
required

Summary / last assistant text from the run

status
string
required

'completed', 'failed', or 'error'

thread_id
string | null

Copilot chat thread id produced by this run