---
title: "GET /appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}"
method: GET
path: "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}"
---

# GET /appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}

`GET /appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}`

Returns information about an ingestion.

## Path parameters

- `appBundleIdentifier` string, required
- `ingestionIdentifier` string, required

## Response `200`

Success

- GetIngestionResponse
  - `ingestion` object, required — Contains information about an ingestion.
    - `arn` string, required — The Amazon Resource Name (ARN) of the ingestion.
    - `appBundleArn` string, required — The Amazon Resource Name (ARN) of the app bundle for the ingestion.
    - `app` string, required — The name of the application.
    - `tenantId` string, required — The ID of the application tenant.
    - `createdAt` string, date-time, required — The timestamp of when the ingestion was created.
    - `updatedAt` string, date-time, required — The timestamp of when the ingestion was last updated.
    - `state` 'enabled' | 'disabled', required — The status of the ingestion.
    - `ingestionType` 'auditLog', required — The type of the ingestion.

## Other responses

- `480` — InternalServerException
- `481` — ThrottlingException
- `482` — ValidationException
- `483` — ResourceNotFoundException
- `484` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/appfabric.md) · [All operations](https://skmtc.net/aws/apis/appfabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/appfabric/versions/b244e52fe0c9/schema)
