Get file from workspace
Workspace Files
Get file from workspace
Get a file from a workspace.
GET
Get file from workspace
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
Required range:
x >= 0Height for image resize or video thumbnail
Required range:
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
Required range:
x >= 0