v1

latestOpenAPI 3.1.02026-07-2478315484.9 KB
Entities

Retrieve all entities for a given time range

Retrieves a list of entities created for a specific application within the provided time range. The entities are paginated, and the query parameters allow filtering by start and end dates.

get/customers/v1/entities

Query parameters

page_numberinteger

Indicator of which page of results to return, starts at 0

page_sizeinteger

Size of a single page of results to return

start_datestring date required
Example:2025-03-01

The start date must be in the past or present.

end_datestring date required
Example:2025-03-31

The end date must be after the start date and in the past or present.

Response