Skip to content

Get media progress

GET
/manager/{mediaSourceId}/media/progress

Get the processing progress for a media source

Authorizations

Parameters

Path Parameters

mediaSourceId*
Type
string
Required
Format
"uuid"

Responses

Media progress

application/json
JSON
{
"success": true,
"data": {
"source": {
"id": "string",
"groupId": "string",
"originalName": "string",
"contentType": "string",
"extension": "string",
"size": 0,
"status": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"createdBy": "string",
"expiresAt": "string"
},
"processes": [
{
"id": "string",
"sourceId": "string",
"stage": "string",
"progress": 0,
"errorMessage": "string",
"containerId": "string",
"machineName": "string",
"startedAt": "string",
"finishedAt": "string",
"createdAt": "string",
"updatedAt": "string"
}
]
}
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

drop.mov ― a kumo™ product