BatchGetExecutions
synq.entities.executions.v2.EntityExecutionsService
BatchGetExecutions
BatchGetExecutions retrieves multiple executions by their IDs. This is useful when you already know the execution IDs and want to fetch their details.
POST
BatchGetExecutions
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.
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.