Jobs

Get job logs

Retrieve logs for a specific job, either from the transcoder or manager service

GET
/api/jobs/{jobId}/logs

Authorization

Authorization
header
string
required

Enter the project access token with the Bearer prefix, e.g. "Bearer project_access_token"

Query Parameters

service
string
required

Service type (transcoder or manager)

Available options:
transcodermanager
transcoder_id
integer

Transcoder ID (required if service is transcoder)

Path Parameters

jobId
string
required

Job ID

Responses

application/json
data
object[]
required
status
"success"
string
required

Status indicates the response status "success"

Examples:
success

OK