---
title: "GET /inma/collections/{collectionId}/ingestions"
method: GET
path: "/inma/collections/{collectionId}/ingestions"
tags: ["Ingestion Management"]
---

# GET /inma/collections/{collectionId}/ingestions

`GET /inma/collections/{collectionId}/ingestions`

Get ingestions of a catalog

## Path parameters

- `collectionId` string, required

## Query parameters

- `api-version` string, required
- `$top` integer
- `$skip` integer

## Response `200`

The request has succeeded.

- IngestionDefinitionPagedResponse — Generic paged response model
  - `value` IngestionDefinition[], required — The items on the page
    - `id` string, uuid, required — Universally Unique Identifier
    - `importType` 'StaticCatalog' | 'StacGeoparquet', required — Ingestion type
    - `displayName` string — Ingestion name
    - `sourceCatalogUrl` string, uri — Source catalog URL. Required for StaticCatalog ingestion type
    - `stacGeoparquetUrl` string, uri — Parquet catalog URL. Required for StacGeoparquet ingestion type
    - `skipExistingItems` boolean — Skip processing existing items in the catalog
    - `keepOriginalAssets` boolean — Keep original source assets
    - `creationTime` string, date-time, required — Ingestion creation time
    - `status` 'Ready' | 'Deleting', required — Ingestion status
  - `nextLink` string, uri — Link to the next page of results

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/orbital-microsoft-planetarycomputer.md) · [All operations](https://skmtc.net/azure/apis/orbital-microsoft-planetarycomputer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/orbital-microsoft-planetarycomputer/revisions/42447be18bc5/schema)
