---
title: "List ingestion jobs for all Archive Sources."
method: GET
path: "/v1/archive/jobs/count"
tags: ["archiveManagement"]
---

# List ingestion jobs for all Archive Sources.

`GET /v1/archive/jobs/count`

Get a list of all Archive Sources with the count and status of ingestion jobs.

## Response `200`

A list of Archive Sources with ingestion jobs.

- ListArchiveJobsCount
  - `data` ArchiveJobsCount[], required — List of archive sources with count of jobs having various statuses.
    - `sourceId` string, required — Identifier for the archive source.
    - `pending` integer, required — The total number of archive jobs with pending status for the archive source.
    - `scanning` integer, required — The total number of archive jobs with scanning status for the archive source.
    - `ingesting` integer, required — The total number of archive jobs with ingesting status for the archive source.
    - `failed` integer, required — The total number of archive jobs with failed status for the archive source.
    - `succeeded` integer, required — The total number of archive jobs with succeeded status for the archive source.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/c9986f3d589b/schema)
