BatchGetExecutions retrieves multiple executions by their IDs. This is useful when you already know the execution IDs and want to fetch their details.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
BatchGetExecutionsRequest requests specific executions by ID.
Execution IDs to retrieve.
1 - 100 elementsSuccess
BatchGetExecutionsResponse contains the requested executions.
Map of execution ID to EntityExecution. Only includes executions that were found and accessible.