> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Request Status

> Check the processing status of a Google Data Manager ingest or remove request by its request ID, returning per-destination status with error and warning counts

Check the processing status of a Google Data Manager ingest or remove request by its request ID, returning per-destination status with error and warning counts. Ingestion is asynchronous, so run this after an upload to verify processing

|                      |                                   |
| -------------------- | --------------------------------- |
| **App**              | Google Data Manager               |
| **Operation ID**     | `data_manager_get_request_status` |
| **Type**             | Action                            |
| **Connection**       | `data_manager` (required)         |
| **Credits per run**  | 1                                 |
| **Agent / MCP tool** | Yes                               |

## Inputs

| Field        | Type   | Required | Default | Description                                                                                                                |
| ------------ | ------ | -------- | ------- | -------------------------------------------------------------------------------------------------------------------------- |
| `request_id` | string | Yes      | -       | The request ID returned by a Data Manager ingest or remove operation, for example 't-5dc6ac8b-f352-4d89-a8b3-5f31cce2ba86' |

## Output

**Type**: `Dict`

Returns the raw request status per destination.

**Fields**: `requestStatusPerDestination`
