Get batch execution status

Returns the current status and progress of a batch execution.

Authentication

AuthorizationBearer
API key or Clerk session token

Path parameters

idstringRequired
Batch execution ID

Response

Batch status
batchExecutionIdstring
failedRecordsinteger
flowIdstring
processedRecordsinteger
startedAtstring
statusstring
totalRecordsinteger
completedAtstring
progressinteger
resultslist of any
successCountinteger

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error