v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1435160115.2 KB

Searches for AWS IoT Things Graph workflow execution instances.

post/#X-Amz-Target=IotThingsGraphFrontEndService.SearchFlowExecutions

Query parameters

maxResultsstring

Pagination limit

nextTokenstring

Pagination token

Headers

X-Amz-Target'IotThingsGraphFrontEndService.SearchFlowExecutions' required

Request body

systemInstanceIdstring required

The ID of the system instance that contains the flow.

flowExecutionIdstring

The ID of a flow execution.

startTimestring date-time

The date and time of the earliest flow execution to return.

endTimestring date-time

The date and time of the latest flow execution to return.

nextTokenstring

The string that specifies the next page of results. Use this when you're paginating results.

maxResultsinteger

The maximum number of results to return in the response.

Response

Success

nextTokenstring

The string to specify as <code>nextToken</code> when you request the next page of results.