batch
Retrieve batch results
Returns the per-task results for a batch operation. Call this endpoint after polling /progress until status is completed. Each entry in results corresponds to one task, with the task outcome in result and any error message in message.
get/batch/{id}/results
Path parameters
idstring required
The batch ID returned from the initiating bulk operation
Headers
Authorizationstring required
OAuth2 authentication flows. Auth server URLs will vary by environment
X-Api-Keystring required
API key for authentication
X-API-Versionstring
API version to use (optional, defaults to latest). Supported values: 1.0.0, 1.1.0.
Response
Successful response with batch results