Files Endpoints
Get File
Retrieve details about a specific file
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the file to retrieve
Response
200
application/json
File details
Unique identifier for the file
Processing status of the file
Available options:
pending
, processing
, ready
, completed
, failed
, not_applicable
CloudGlue URI for the file, to be used in other API calls
Size of the file in bytes, null if not available
Unix timestamp of when the file was created
Original filename
User-provided metadata about the file, null if none provided
Information about the video content