---
title: "List Ingestions Status"
method: GET
path: "/console/v1/ingestion/status"
tags: ["Ingestions"]
---

# List Ingestions Status

`GET /console/v1/ingestion/status`

## Query parameters

- `startDate` string, required
- `endDate` string, required
- `source` string
- `dataset` 'Events' | 'Metrics' | 'entity_properties' | 'export_exposures' | 'export_events'
- `status` 'IMPORT_SUCCESSFUL' | 'ROWS_INSERTED' | 'LOADED_EMPTY_DATA' | 'IMPORT_SCHEDULED' | 'IMPORT_RESCHEDULED' | 'IMPORT_STARTED' | 'FILE_CREATED' | 'DOWNLOAD_COMPLETED' | 'BACKFILL_REQUESTED' | 'BACKFILL_STARTED' | 'ERROR' | 'CONNECTION_CONFIG_ERROR' | 'SSH_ERROR' | 'QUERY_CONSTRUCTION_ERROR' | 'INTERNAL_WRITE_ERROR_METRICS' | 'INTERNAL_WRITE_ERROR_EVENTS' | 'INTERNAL_WRITE_ERROR_EXPOSURES' | 'QUERY_ERROR' | 'SETUP_ERROR' | 'AUTHENTICATION_ERROR' | 'CONNECTION_ERROR' | 'INTERNAL_SERVER_ERROR' | 'BULK_LOAD_ERROR' | 'BULK_LOAD_SUCCESSFUL' | '%Other'
- `statuses` string[]

## Response `200`

List Ingestions Status Success

- object
  - `message` string, required — A simple string explaining the result of the operation.
  - `data` object[], required — Array of results returned by pagination limit.
    - `ds` string, date-time
    - `ingestion_dataset` string, nullable, required
    - `ingestion_source` string, nullable, required
    - `source_name` string, nullable, required
    - `message` string, nullable, required
    - `error_message` string
    - `status` string, nullable, required
    - `rowCount` number, double
    - `metricCount` number, double
    - `timestamp` string, date-time, nullable, required
  - `pagination` PaginationResponseMetadataDto, required
    - `itemsPerPage` number, double, required
    - `pageNumber` number, double, required
    - `nextPage` string, nullable, required
    - `previousPage` string, nullable, required
    - `totalItems` number, double
    - `all` string

## Other responses

- `401` — This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx

---

[API](https://skmtc.net/statsig/apis/console-api.md) · [All operations](https://skmtc.net/statsig/apis/console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/statsig/console-api/revisions/439e60273a2e/schema)
