get_media_upload
Retrieve details of a media upload, including status and processing state, using an upload token. Verify completion and monitor progress.
Instructions
Get Media Upload Information
Endpoint: GET /media/upload/
Returns information about a media upload, including upload status and processing state.
Authentication: Requires a valid Eventbrite API token with appropriate permissions.
Use Cases:
Check upload status after initiating a media upload
Verify media processing completion
Get media ID for use in events or organizers
Monitor upload progress
Response Fields:
id: Media upload ID
upload_token: Token for the upload
status: Upload status (pending, processing, complete, failed)
media_type: Type of media (image-event-logo, image-organizer-logo, etc)
url: URL of the uploaded media (when complete)
created: Upload creation timestamp
Error Codes:
400: Invalid upload token
401: Authentication required
404: Media upload not found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| upload_token | Yes | The upload token returned from a previous upload initiation |