Skip to main content
GET
/
api
/
v2
/
supersearch-enrichment
/
history
/
{resource_id}
Get enrichment history
curl --request GET \
  --url https://api.instantly.ai/api/v2/supersearch-enrichment/history/{resource_id} \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Authorizations

Authorization
string
header
required

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

Path Parameters

resource_id
string<uuid>
required

ID of the resource to retrieve

Example:

"123e4567-e89b-12d3-a456-426614174000"

Query Parameters

offset
number
Example:

0

limit
number
Example:

10

Response

Default Response