Skip to main content
GET
Query Parameters
  • limit: Maximum number of results (default: 50)
  • offset: Number of results to skip (default: 0) Response Returns a paginated list of all entities. List entities with pagination.
Required scope: read

Query parameters

integer
Maximum number of items to return (1-1000, default: 50)
integer
Number of items to skip (default: 0)
string
Cursor for cursor-based pagination (alternative to offset)
string
Sort field with optional direction prefix (- for descending) Examples: ‘created_at’, ‘-name’, ‘confidence’

Response

PaginatedEntityResponse
EntityResponse[]
required
The items in this page
PaginationMeta
required

Status codes