Task Runs

List task run storage items

Returns all storage items (files) produced by a task run in a single response.

get/task-runs/{run_id}/storage

Path parameters

run_idstring required

Unique identifier for the task run (prefixed with trun_).

Response

OK

has_moreboolean

Always false; this endpoint returns all items in one response.

request_idstring nullable

Unique identifier for the API request.

Changes