Get File Content
Fetch a source file’s content for inspecting raw instrument output.
Returns a presigned download URL plus a best-effort UTF-8 text preview of the start of the file. Large files return a URL only (no inline preview); fetch the full bytes via the URL when needed.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
file_id
Response
OK
file_id
file_name
size_kilobytes
download_url
Presigned URL to fetch the full file (e.g. via the SDK).
text_preview
Best-effort UTF-8 decode of the start of the file, or null if skipped.
preview_truncated
True if the file is longer than the inlined preview.
preview_skipped_reason
Why an inline preview was not returned (e.g. file too large).
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error