Skip to main content
GET
/
v1
/
enrichment
/
logs
cURL
curl --request GET \
  --url https://api.nuvia.ai/v1/enrichment/logs \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Token JWT de autenticação

Query Parameters

page
integer
default:1
Required range: 1 <= x <= 9007199254740991
limit
integer
default:10
Required range: 1 <= x <= 100
field
enum<string>
Available options:
email,
phone_number
status
enum<string>
Available options:
found,
partial,
not_found,
skipped,
error
list_id
string
startDate
string
Pattern: ^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}(\.\d+)?Z?)?$
endDate
string
Pattern: ^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}(\.\d+)?Z?)?$

Response

200 - application/json

The response is of type object.