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

# GET /appbundles/{appBundleIdentifier}/ingestions

`GET /appbundles/{appBundleIdentifier}/ingestions`

Returns a list of all ingestions configured for an app bundle.

## Path parameters

- `appBundleIdentifier` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListIngestionsResponse
  - `ingestions` IngestionSummary[], required — Contains a list of ingestion summaries.
    - `arn` string, required — The Amazon Resource Name (ARN) of the ingestion.
    - `app` string, required — The name of the application.
    - `tenantId` string, required — The ID of the application tenant.
    - `state` 'enabled' | 'disabled', required — The status of the ingestion.
  - `nextToken` string — If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken error</i>.

## 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)
