Skip to main content
GET
List entities
Retrieve a paginated list of entities associated with your organization. Use the entity ID to access detailed information via the Get entity, accounts, and mail endpoints. Results are paginated.

Query parameters

limit
integer
default:"20"
Maximum number of entities to return per page. Maximum is 100.
cursor
string
Pagination cursor for retrieving the next page of results. Returned as cursor in the response. See pagination for details.

Response

has_next
boolean
Whether more entities exist beyond this page. Use the cursor field to retrieve the next page.
cursor
string | null
Cursor to retrieve the next page of results. Null if this is the last page. Pass this value as the cursor query parameter in a subsequent request. See pagination for details.
data
object[]
The list of entity objects.