Get Job – Media API – MediaKind

Get Job

Get a Job by name.

Authentication

Authorization Bearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

Response

200 A single Job.

Properties Detail

Input Variants

  1. JobInputAsset object

    • @odata.type string Required
    • assetName string Required
      The name of the input Asset.
    • end object Optional
      Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
  2. JobInputHttp object

    • @odata.type string Required
    • baseUri string Optional
      Base URI for HTTPS job input.
    • files list of strings Required
      List of files.

Error Responses

Additional Notes

The fields marked as Required are mandatory for the response schema and should be provided accordingly for API consumption.