Download a file
Stream the raw file bytes. The response Content-Type header is set
to the original MIME type of the uploaded file (e.g. application/pdf,
image/png). The Content-Disposition header includes the original
file name.
Authorizations
OAuth2 client credentials flow. Exchange your client_id and
client_secret for a short-lived access token, then pass it as
a Bearer token in the Authorization header.
Headers
Organisation ID that scopes this request. The authenticated consumer must be authorized for this organisation. Omitting this header returns 400; passing an unauthorised org returns 403.
Path Parameters
Cula-assigned resource ID in TypeID format (e.g. stp_01kqzcjrpxf27tge33jwvjhkff).
Alternatively, pass your external ID prefixed with ext-
(e.g. ext-MY-STEP-001). The ext- prefix is unambiguous because
TypeIDs use _ separators and never start with ext-.
Response
Raw file bytes. The Content-Type header reflects the original
MIME type. Use the Content-Disposition header for the file name.
The response is of type file.