v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14198974.1 KB

Queries the specified pipeline for the names of objects that match the specified set of conditions.

post/#X-Amz-Target=DataPipeline.QueryObjects

Query parameters

limitstring

Pagination limit

markerstring

Pagination token

Headers

X-Amz-Target'DataPipeline.QueryObjects' required

Request body

pipelineIdstring required

The ID of the pipeline.

spherestring required

Indicates whether the query applies to components or instances. The possible values are: <code>COMPONENT</code>, <code>INSTANCE</code>, and <code>ATTEMPT</code>.

markerstring

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call <code>QueryObjects</code> with the marker value from the previous call to retrieve the next set of results.

limitinteger

The maximum number of object names that <code>QueryObjects</code> will return in a single call. The default value is 100.

Response

Success

idsId[]

The identifiers that match the query selectors.

markerstring

The starting point for the next page of results. To view the next page of results, call <code>QueryObjects</code> again with this marker value. If the value is null, there are no more results.

hasMoreResultsboolean

Indicates whether there are more results that can be obtained by a subsequent call.