Storage

Retrieve a storage item

Returns a single storage item by ID, including a signed download URL for the file.

get/storage/{storage_id}

Path parameters

storage_idstring required

Unique identifier for the storage item (prefixed with stor_).

Response

OK

idstring required

Unique identifier for the storage item, prefixed with stor_.

objectstring required

Always storage.

file_namestring required

Original file name as it appeared on the source.

file_typestring required

MIME type (e.g. application/pdf, image/png, text/csv).

urlstring nullable required

Signed download URL for the file.

{"stackTrail":"components:schemas:JsonElement","oasType":"schema","type":"unknown","description":"Arbitrary JSON value."}
{"stackTrail":"components:schemas:GetStorageItemResponse:properties:extraction","oasType":"schema","type":"unknown","description":"Structured data extracted from the file, if extraction is enabled. Null if extraction failed or is not enabled."}
task_run_idstring required

The task run that produced this storage item. Prefixed with trun_.

resultstring required

Extraction outcome: failure if the file's data couldn't be extracted, otherwise success (including files with no extraction).

created_atstring date-time required

ISO 8601 timestamp of when the resource was created.

Changes

No recorded changes to this endpoint across all 1 revision of this API.