Skip to main content
GET
Get media status
Both upload endpoints answer a video with "status": "processing" while PostQueen prepares it, which takes from a few seconds to a few minutes. Ask again with the media id until status changes: An id that is not in your workspace answers 404 Media not found.

Authorizations

Authorization
string
header
required

Your API key from Connections > API Keys, or an OAuth access token (pos_...). Send it as it is, with no Bearer prefix.

Path Parameters

id
string
required

The media id from an upload

Response

The media row

id
string
name
string
originalName
string | null
path
string
thumbnail
string | null
alt
string | null
status
enum<string>
Available options:
ready,
processing,
failed
processingError
string | null
Last modified on September 23, 2026