Files
Download File
Download a file's content. Returns the raw file bytes with appropriate Content-Type, Content-Disposition, and Content-Length headers. File metadata is included in custom response headers: X-File-Id, X-File-Name, X-Uploaded-At.
get/api/v1/files/{fileId}
Path parameters
fileIdstring required
Example:wf_V1StGXR8z5jdHi6BmyT91
The unique identifier of the file.
Query parameters
workspaceIdstring required
The unique identifier of the workspace.
Response
File content as binary data.