v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437207152.4 KB

Returns a list of artifacts for a specified app, branch, and job.

get/apps/{appId}/branches/{branchName}/jobs/{jobId}/artifacts

Path parameters

appIdstring required

The unique ID for an Amplify app.

branchNamestring required

The name of a branch that is part of an Amplify app.

jobIdstring required

The unique ID for a job.

Query parameters

nextTokenstring

A pagination token. Set to null to start listing artifacts from start. If a non-null pagination token is returned in a result, pass its value in here to list more artifacts.

maxResultsinteger

The maximum number of records to list in a single response.

Response

Success

nextTokenstring

A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.