MeduxMedux

Process > Get Process Task

Get Process Task

Return the current state of a media processing task.

GET/api/app/v1/process/tasks/{task_id}

Examples

curl -X GET https://api.medux.io/api/app/v1/process/tasks/TASK_ID \
  -H 'Authorization: Bearer $MEDUX_API_KEY'

Auth Requirements

Authentication is required via Authorization header.

Preconditions

Requires a task_id returned by a processing request.

Use this to poll processing workflows.

Request

Body

application/json
Authorizationstringrequired

Bearer token or API key.

Location: HEADER

task_idstringrequired

No description provided.

Location: PATH

Response

Response

application/json
codeint32optional

Application response code.

CodeMeaning
0OK
1404Provider returned an error
1405Provider request timed out
13Authentication is required
15Resource not found
99Server error

Available options: 0 1404 1405 13 15 99

Location: RESPONSE

data.taskobjectoptional

No description provided.

Location: RESPONSE

messagestringoptional

No description provided.

Available options: ok provider error provider timeout unauthenticated not found server error

Location: RESPONSE