v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439316188.1 KB

Returns information about any jobs for AWS CodePipeline to act on. PollForJobs is valid only for action types with "Custom" in the owner field. If the action type contains "AWS" or "ThirdParty" in the owner field, the PollForJobs action returns an error.

When this API is called, AWS CodePipeline returns temporary credentials for the S3 bucket used to store artifacts for the pipeline, if the action requires access to that S3 bucket for input or output artifacts. This API also returns any secret values defined for the action.

post/#X-Amz-Target=CodePipeline_20150709.PollForJobs

Headers

X-Amz-Target'CodePipeline_20150709.PollForJobs' required

Request body

maxBatchSizeinteger

The maximum number of jobs to return in a poll for jobs call.

queryParamobject

A map of property names and values. For an action type with no queryable properties, this value must be null or an empty map. For an action type with a queryable property, you must supply that property as a key in the map. Only jobs whose action configuration matches the mapped value are returned.

Response

Success