Get entity

Retrieves all configured fields and values for the specified Entities. Use this endpoint to load complete data for a single entity.

Without the members:pii:read scope, owner email is returned as [redacted]. Without the users:pii:read scope, user entity name and email fields are returned as [redacted].

You can limit the fields returned using the fields query parameter.

Path Params
uuid
required

Entity identifier.

Query Params
fields[]
array of strings

Controls which fields are returned in the response to optimize bandwidth and tailor data to your needs.

Options:

  • Not specified: Returns only fields with non-empty values (default)
  • fields[]=all: Returns all fields, including those with null values
  • fields[]=name&fields[]=status: Returns only the specified fields

For detailed usage, examples, and field discovery, see Response Field Control.

fields[]
Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json