Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
BatchGetExecutionsRequest requests specific executions by ID.
Execution IDs to retrieve.
Required array length:
1 - 100 elementsResponse
200 - application/json
Success
BatchGetExecutionsResponse contains the requested executions.
Map of execution ID to EntityExecution. Only includes executions that were found and accessible.