Skip to main content
GET
Get task output

Authorizations

Authorization
string
header
default:YOUR_AUTUMN_API_KEY
required

Use Authorization: Bearer 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

Optional output id to read a specific named output artifact instead of the active one.

Response

Output rows.

total
integer

Total rows available (before limit).

Example:

20

rows
object[]
output
object

The output artifact these rows belong to (id, kind, path).