---
title: "GET /inma/operations"
method: GET
path: "/inma/operations"
tags: ["Ingestion Management"]
---

# GET /inma/operations

`GET /inma/operations`

Get operations of a geo-catalog collection

## Query parameters

- `api-version` string, required
- `$top` integer
- `$skip` integer
- `collectionId` string
- `status` 'Pending' | 'Running' | 'Succeeded' | 'Canceled' | 'Canceling' | 'Failed'

## Response `200`

The request has succeeded.

- OperationPagedResponse — Generic paged response model
  - `value` Operation[], required — The items on the page
    - `id` string, uuid, required — Universally Unique Identifier
    - `status` 'Pending' | 'Running' | 'Succeeded' | 'Canceled' | 'Canceling' | 'Failed', required — Operation status
    - `type` string, required — Operation type
    - `creationTime` string, date-time, required — The UTC time at which the operation was created
    - `collectionId` string — Collection ID
    - `statusHistory` OperationStatusHistoryItem[], required — The history of the operation status in time
      - `timestamp` string, date-time, required — The UTC time at which the status was set
      - `status` 'Pending' | 'Running' | 'Succeeded' | 'Canceled' | 'Canceling' | 'Failed', required — Operation status
      - `errorCode` string — If the status is failed, the error code
      - `errorMessage` string — If the status is failed, the error message
    - `startTime` string, date-time — The UTC time at which the operation was started
    - `finishTime` string, date-time — The UTC time at which the operation finished its execution
    - `additionalInformation` object — Additional information elements about the particular operation type
    - `error` ErrorInfo — Error information wrapper
      - `error` AzureCoreFoundationsError, required — The error object.
        - `code` string, required — One of a server-defined set of error codes.
        - `message` string, required — A human-readable representation of the error.
        - `target` string — The target of the error.
        - `details` AzureCoreFoundationsError[] — An array of details about specific errors that led to this reported error.
        - `innererror` AzureCoreFoundationsInnerError — An object containing more specific information about the error. As per Azure REST API guidelines - https://aka.ms/AzureRestApiGuidelines#handling-errors.
          - `code` string — One of a server-defined set of error codes.
          - `innererror` AzureCoreFoundationsInnerError — recursive
  - `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)
