---
title: "Lists the ingestion jobs."
method: GET
path: "/ingestion/jobs"
tags: ["Ingestion:"]
---

# Lists the ingestion jobs.

`GET /ingestion/jobs`

## Query parameters

- `api-version` string, required

## Headers

- `mgmt-user-token` string

## Response `200`

Success

- IngestionJobList — Represents a list of ingestion jobs.
  - `nextLink` string — The link to the next page.
  - `value` IngestionJob[] — The list of items.
    - `kind` 'SystemCompute' | 'UserCompute', required — The job type.
    - `jobId` string

## 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/versions/b177dc430e39/schema)
