v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439243197.0 KB

Lists all IngestConfigurations in your account, in the AWS region where the API request is processed.

post/ListIngestConfigurations

Request body

filterByStageArnstring

Filters the response list to match the specified stage ARN. Only one filter (by stage ARN or by state) can be used at a time.

filterByState'ACTIVE' | 'INACTIVE'

Filters the response list to match the specified state. Only one filter (by stage ARN or by state) can be used at a time.

nextTokenstring

The first IngestConfiguration to retrieve. This is used for pagination; see the <code>nextToken</code> response field.

maxResultsinteger

Maximum number of results to return. Default: 50.

Response

Success

nextTokenstring

If there are more IngestConfigurations than <code>maxResults</code>, use <code>nextToken</code> in the request to get the next set.