Skip to main content
GET
Get task output

Authorizations

X-API-Key
string
header
default:YOUR_AUTUMN_API_KEY
required

Your Autumn API key.

Path Parameters

task_id
string
required

The task_id returned by POST /task or POST /task/start.

Example:

"8fab6f34"

Query Parameters

limit
integer
default:100

Maximum number of rows to return.

Required range: 1 <= x <= 50000
output
string
default:""

Read this output id instead of the active one.

cursor
string
default:""

Resume from the _next_cursor of the previous page.

Response

Output rows.

total
integer
required

Rows available before limit.

Example:

20

rows
Rows · object[]
required
offset
integer
default:0
output
Output · object | null

The artifact these rows belong to: id, kind, path.

_next_cursor
string | null

Present when more rows remain. Pass it as cursor to read the next page.