Get an org template file with download URLs

View as Markdown

Returns the template file record plus a urls object of minted download links (each ~1h), notably urls.file (the stored PDF bytes) for the curation canvas. Returns 404 if the file is not parented to the caller’s organization (a space file, or another tenant’s, is hidden). Authorization: org admin (denied → 403).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

fileIdstringRequired

Response

The template record, with minted ~1h download URLs.

idstring
fileNamestring
parentTypestring
parentIdstring
mimeTypestring
sizedouble or null
Size in bytes, null until stored.
statusenum

Terminal values are stored (uploaded, no processing requested), processed and failed; waiting and processing mean keep polling.

processingKindenum or null
createdAtdatetime
processingErrorstring
artifactslist of strings

Parsing byproducts present, e.g. structured, transcript.

indexVectorsboolean
indexOntologyboolean
storedAtdatetime
processedAtdatetime
urlsobject

Minted download links, each valid ~1 hour. Present on single-file reads only — list responses mint none.