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

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

Response

boolean
Whether more entities exist beyond this page. Use the cursor field to retrieve the next page.
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.
object[]
The list of entity objects. Each object carries the same fields as the Get entity response.