Skip to main content
GET
Track Social Media Upload

Headers

x-api-key
string
required

Business API key.

x-business-number
string
required

Business identifier.

Path Parameters

batch_id
string<uuid>
required

The batch ID returned from the Upload Social Media endpoint.

Response

OK

batch_id
string<uuid>

Identifier for the batch.

status
enum<string>

Overall batch status. Possible values: COMPLETED (all items processed successfully), PARTIALLY_COMPLETED (some succeeded, some failed), FAILED (all items failed), PENDING (processing still in progress — poll again).

Available options:
COMPLETED,
PARTIALLY_COMPLETED,
FAILED,
PENDING
accepted_count
integer

Total number of URLs submitted in the batch.

success_count
integer

Number of successfully uploaded items.

failed_count
integer

Number of failed items.

pending_count
integer

Number of items still processing. Poll again if greater than 0.

items
object[]

Per-item processing results.