List all profiles across all types

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
profileIds
array of int64s

Filter profiles by specific IDs (comma-separated list)

profileIds
status
array of objects

Filter by profile status

status
Allowed:
profileType
array of objects

Filter by profile types (supports multiple selections)

profileType
Allowed:
string
length between 1 and 255

Filter profiles by name containing this text (case-insensitive partial match)

string
length between 1 and 12

Filter profiles by code containing this text (case-insensitive partial match)

string
^(code|name|createdAt|updatedAt|profileType|status):(asc|desc)$
Defaults to name:asc

Sort profiles by field and direction in format: field:direction
Examples: name:asc, createdAt:desc, code:asc
Valid fields: code, name, createdAt, updatedAt, profileType, status
Valid directions: asc, desc
Default: name:asc

string

Cursor token for pagination. Use the nextPageToken from the previous response to fetch the next page.

Usage:

  • Omit or pass empty string for the first page
  • Pass the nextPageToken from previous response for subsequent pages
  • When nextPageToken is null in the response, you've reached the last page

Benefits over offset-based pagination:

  • Consistent results even when data changes between requests
  • Better performance for large datasets (no row skipping)
  • No maximum page limit
integer
1 to 500
Defaults to 100

Page size. Specifies the maximum number of items to return in a single response.

Limits:

  • Minimum: 1
  • Maximum: 500
  • Default: 100
Headers
int64

Property ID

int64
required

Organization ID

Responses

401

Unauthorized

403

Forbidden

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