Get Object
This endpoint retrieves an object by its ID from the specified bucket.
Headers
Bearer token authentication using your API key. Format: 'Bearer your_api_key'. To get an API key, create an account at mixpeek.com/start and generate a key in your account settings. Example: 'Bearer sk_1234567890abcdef'
Optional namespace for data isolation. This can be a namespace name or namespace ID. Example: 'netflix_prod' or 'ns_1234567890'. To create a namespace, use the /namespaces endpoint.
Path Parameters
Identifier of the bucket
Identifier of the object
Response
Response model for bucket objects
Unique identifier for the object
ID of the bucket this object belongs to
List of blobs contained in this object
Model for a blob within a bucket object
Status of the object (PENDING, PROCESSING, COMPLETED, FAILED)
DONE
, FAILED
, SKIPPED
, CANCELLED
, PROCESSING
, DOWNLOADING
, INITIALIZING
, UPLOADING
, QUEUED
, PENDING
, CONVERTING
Additional metadata for the object, appended to downstream documents of connected collections
ID of the task that created this object, used to track the object creation progress and status
Storage key/path of the object, used to retrieve the object from storage
Identifier of the entity that created this object
Error message if the object processing failed
Timestamp when the object was created
Timestamp when the object was last updated
Was this page helpful?