Receives a job completion callback for a specific asset.

Behavior: Processes a job completion notification by sending a batch action message to mark the job as complete for the specified asset.

Authorization: No authorization required.

Side Effects: A batch action message is sent to trigger downstream job completion processing.

Error Scenarios: Returns 400 Bad Request if the model is null.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the asset whose job has completed.

Body Params

The job completion details.

Represents the completion callback model for a media processing job.

string | null

Gets or sets the external identifier for correlating the completed job with an external system.

string
required
length ≥ 1

Gets or sets the URL where the job results can be retrieved.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses
200

Job completion callback was processed successfully.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json