Get batch status

Retrieve the latest aggregate status for a batch. The response shape mirrors the create response — status, completed_count, and failed_count update as child detects progress. Use the detect_uuids array to fetch per-file results via GET /detect/{uuid}.

Authentication

AuthorizationBearer
API token from https://app.resemble.ai/account/api

Path parameters

uuidstringRequired

Batch UUID returned by POST /detect/batch.

Response

Batch status
successboolean
itemobject

Aggregate state for a batch detection job. Returned by POST /detect/batch and GET /detect/batch/{uuid}.

Errors

404
Not Found Error