Skip to main content
GET
List face detection jobs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer

Number of face detection jobs to return

Required range: 1 <= x <= 100
offset
integer

Offset from the start of the face detection jobs list

Required range: x >= 0
created_before
string<date>

Filter face detection jobs created before a specific date (YYYY-MM-DD format), in UTC timezone

created_after
string<date>

Filter face detection jobs created after a specific date (YYYY-MM-DD format), in UTC timezone

status
enum<string>

Filter by status

Available options:
pending,
processing,
completed,
failed

Response

200 - application/json

Face detection jobs retrieved successfully

object
enum<string>
required

Object type, always 'list'

Available options:
list
total
integer
required

The total number of items

limit
integer
required

The number of items per page

offset
integer
required

The offset of the items

data
object[]