Get task output
GET
Get task output
Fetch output rows from a task. Call this after completion, or to inspect partial rows when available.
GET
Get task output
Authorizations
Use Authorization: Bearer YOUR_AUTUMN_API_KEY.
Path Parameters
The task_id returned by POST /task or POST /task/start.
Example:
"8fab6f34"
Query Parameters
Maximum number of rows to return.
Required range:
1 <= x <= 50000Optional output id to read a specific named output artifact instead of the active one.