Skip to main content
GET
get_file_output

Authorizations

X-API-Key
string
header
required

Path Parameters

file_id
string<uuid>
required
output_id
string<uuid>
required
workspace_id
string<uuid>
required

Workspace identifier.

Response

Successful Response

A live derived_file output plus short-lived presigned URLs for its bytes.

Search-index and knowledge-graph outputs are not downloadable this way — their path is an opaque index key, not an object in the workspace store.

created_at
string<date-time>
required
download_url
string
required

Time-limited presigned GET URL that saves the derivative's bytes to disk.

download_url_expires_at
string<date-time>
required

When the presigned URLs stop being valid.

generation
integer
required

The file version this output was produced from.

kind
enum<string>
required

Where a derivation landed, for the deletion cascade.

Available options:
opensearch_doc,
kg_document,
derived_file
output_id
string<uuid>
required
path
string
required
preview_url
string
required

Time-limited presigned GET URL that a browser renders inline.