Skip to main content
GET
Get batch job results

Authorizations

Authorization
string
header
required

API key obtained from the Pictify dashboard

Path Parameters

batchId
string
required

Response

200 - application/json

Batch job status and results

batchId
string
status
enum<string>
Available options:
pending,
processing,
completed,
failed,
partial,
cancelled
progress
integer
Required range: 0 <= x <= 100
totalItems
integer
completedItems
integer
failedItems
integer
results
object[]
createdAt
string<date-time>
startedAt
string<date-time>
completedAt
string<date-time>