---
title: "Gets the details of the specified run id as part of the specified job id."
method: GET
path: "/ingestion/jobs/{job-id}/runs/{run-id}"
tags: ["Ingestion:"]
---

# Gets the details of the specified run id as part of the specified job id.

`GET /ingestion/jobs/{job-id}/runs/{run-id}`

## Path parameters

- `job-id` string, required
- `run-id` string, required

## Query parameters

- `api-version` string, required

## Headers

- `mgmt-user-token` string

## Response `200`

Success

- IngestionJobRun — The details of a job run
  - `jobId` string
  - `runId` string
  - `status` 'notRunning' | 'running' | 'succeeded' | 'failed' — The state of a job or item.
  - `error` IngestionError — The details of the ingestion error
    - `message` string
    - `innerErrors` string[]
  - `warnings` string[]
  - `progress` IngestionJobProgress
    - `stageProgress` IngestionJobStageProgress[], required
      - `name` string
      - `totalItems` integer
      - `processedItems` integer
      - `state` 'notRunning' | 'running' | 'succeeded' | 'failed' — The state of a job or item.
      - `subStageProgress` IngestionJobStageProgress[]

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/azure/apis/cognitiveservices-azureopenai-authoring.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-azureopenai-authoring/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-azureopenai-authoring/revisions/b177dc430e39/schema)
