Get file from workspace
Get a file from a workspace.
Documentation Index
Fetch the complete documentation index at: https://oxenai-eric-document-openclaw.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The namespace of the repository
The name of the repository
The UUID of the workspace
The path to the file in the workspace
Query Parameters
Width for image resize or video thumbnail
x >= 0Height for image resize or video thumbnail
x >= 0Timestamp in seconds to extract video thumbnail from
Set to true to generate a video thumbnail instead of returning the full video
Response
File content returned as a stream. Content-Type varies: matches the file's MIME type for regular files and image resizes, or 'image/jpeg' for video thumbnails
x >= 0