BatchGetExecutions retrieves multiple executions by their IDs. This is useful when you already know the execution IDs and want to fetch their details.
Documentation Index
Fetch the complete documentation index at: https://docs.synq.io/llms.txt
Use this file to discover all available pages before exploring further.
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.