Skip to main content
GET
List deep searches

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer

Maximum number of deep searches to return

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

Number of deep searches to skip

Required range: x >= 0
status
enum<string>

Filter by deep search status

Available options:
in_progress,
completed,
failed,
cancelled
created_before
string<date>

Filter deep searches created before a specific date (YYYY-MM-DD format), in UTC timezone

created_after
string<date>

Filter deep searches created after a specific date (YYYY-MM-DD format), in UTC timezone

Response

List of deep searches

object
enum<string>

Object type identifier

Available options:
list
data
object[]

Array of deep search items

total
integer

Total number of deep searches

limit
integer

Maximum number of items returned

offset
integer

Number of items skipped