Skip to main content
GET
Get named 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"

output_id
string
required

The output id from the task spec, e.g. ai-infra-startups.

Query Parameters

limit
integer
default:100

Maximum number of rows to return.

Required range: 1 <= x <= 50000

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).