List Job Executions For Thing
GET {{aws_internet_of_things_base_url}}/things/thingName/jobs?maxResults&nextToken&status&thingName
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
maxResults | null | The maximum number of results to be returned per request. | |
nextToken | null | The token to retrieve the next set of results. | |
status | null | An optional filter that lets you search for jobs that have the specified status. | |
thingName | null | The thing name. |