---
title: "Get an OTT async job"
method: GET
path: "/accounts/{{account_id}}/mrss/ott-async-jobs/{job_id}"
tags: ["OTT Async Jobs"]
deprecated: true
---

# Get an OTT async job

`GET /accounts/{{account_id}}/mrss/ott-async-jobs/{job_id}`

> **Deprecated.**

Gets the configuration data for an OTT async job.  Note that jobs expire after 24 hours and will no longer be returned by this method after that.

## Path parameters

- `account_id` string, required
- `job_id` string, required

## Response `200`

The specified job.

- OTTAsyncJob
  - `id` string — Id of this job
  - `name` string — Name of this job
  - `state` 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'ERROR' — State of this job. Job state starts out as PENDING when the job is submitted, moves to PROCESSING when the processing of the job begins, and move to either COMPLETED or ERROR state when job processing finishes.
  - `syndications` string[], required — A list of OTT syndications to be processed. The resulting feeds will be generated and packaged into a single zipped results file.
  - `results` string[] — A list of URLs pointing to results files. Currently this will always contain just a single URL pointing to a zipped results file if the job was processed successfully. The URLs expire after 3 hours.
  - `errors` string[] — A list of errors that occurred if a job failed to complete successfully.
  - `created_at` string — Job creation timestamp, in UTC format.
  - `updated_at` string — Last job update timestamp, in UTC format.

## Other responses

- `401` — Insufficient permissions to access this API method
- `404` — Job not found
- `500` — Server error

---

[API](https://skmtc.net/brightcovelearning/apis/brightcove-syndication-configuration-api.md) · [All operations](https://skmtc.net/brightcovelearning/apis/brightcove-syndication-configuration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brightcovelearning/brightcove-syndication-configuration-api/revisions/d7b8a38db19f/schema)
