Lists the jobs for a branch of an Amplify app.
get/apps/{appId}/branches/{branchName}/jobs
Path parameters
appIdstring required
The unique ID for an Amplify app.
branchNamestring required
The name for a branch.
Query parameters
nextTokenstring
A pagination token. Set to null to start listing steps from the start. If a non-null pagination token is returned in a result, pass its value in here to list more steps.
maxResultsinteger
The maximum number of records to list in a single response.
Response
Success