Skip to content

Get conversion status

GET
/conversions/{id}

Returns the current status of a conversion, including progress,
timing, and a download URL when the conversion completes.

Authorizations

ApiKeyAuth

Pass your ff_live_… API key as a Bearer token in the
Authorization header, or as the value of the X-API-Key header.

Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required
Format
"uuid"

Responses

Conversion details

application/json
JSON
{
  
"id": "string",
  
"status": "string",
  
"progress_pct": 0,
  
"worker_type": "string",
  
"source_format": "string",
  
"target_format": "string",
  
"attempt_count": 0,
  
"error_code": "string",
  
"error_message": "string",
  
"queued_at": "string",
  
"started_at": "string",
  
"completed_at": "string",
  
"duration_ms": 0,
  
"output": {
  
  
"file_id": "string",
  
  
"download_url": "string",
  
  
"expires_in": 0
  
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built solo on dedicated metal.