Path Parameters
Example:
"my-batch-id"
Response
Batch found
Whether the request was successful
Example:
true
Message from the API
Example:
"Batch found"
The response from the Batch GET request.
Example:
{
"orgId": "example",
"mediaId": "example",
"mediaBundleId": "example",
"batchId": "example",
"dryRun": null,
"useV3": null,
"status": null,
"artistId": "example",
"renders": [
{
"orgId": "example",
"webhookUrl": null,
"batchId": "example",
"videoSettings": { "aspectRatio": null },
"dryRun": null,
"useV3": null,
"ref": "example",
"renderId": "example",
"aspectRatio": "example",
"message": "example",
"progress": 3,
"createdAt": "example",
"renderUrl": "example",
"thumbnailUrl": "example",
"status": null,
"contentId": "example"
}
],
"effectOverrides": null,
"serviceParams": null,
"type": "RENDER",
"createdAt": "example"
}