Retrieve a storage item
Returns a single storage item by ID, including a signed download URL for the file.
Authorizations
Secret key (sk_live_...)
Path Parameters
Unique identifier for the storage item (prefixed with stor_).
Response
OK
A storage item representing a file captured during a task run.
Unique identifier for the storage item, prefixed with stor_.
Always storage.
Original file name as it appeared on the source.
MIME type (e.g. application/pdf, image/png, text/csv).
File size in bytes.
Signed download URL for the file.
A JSON object of additional key-value details Deck records about the file, or null when there are none. Which keys appear depends on the file and how it was captured, so treat it as informational and don't depend on specific keys being present.
Structured data extracted from the file, if extraction is enabled. Null if extraction failed or is not enabled.
The task run that produced this storage item. Prefixed with trun_.
Extraction outcome: failure if the file's data couldn't be extracted, otherwise success (including files with no extraction).
ISO 8601 timestamp of when the resource was created.