Skip to main content
GET
List Contacts

Authorizations

string
required
Your Agni API key used to authenticate the request. Pass it in the X-Api-Key header. Find or rotate it from your Ravan AI account settings.

Query Parameters

A search string used to filter matching records by supported text fields.
integer
The maximum number of records to return. Use this with offset or pagination fields to page through results.
integer
The number of records to skip before returning results. Use this with limit for pagination.

Response

boolean
Whether the request succeeded.
string
Human-readable status message.
array
Array of contact objects.
object
Pagination metadata.

Authorizations

X-Api-Key
string
header
required

Query Parameters

Search term

limit
integer

Number of results

offset
integer

Pagination offset

Response

200 - application/json

Successful response

success
boolean
message
string
data
object[]
meta
object