Entity API
List Entities
List entities for a team. Optionally filter by entity type.
get/v2/entities
Query parameters
teamIdstring
The ID of the team.
The ID of the team.
entityTypeIdstring
Optional filter by entity type ID.
Optional filter by entity type ID.
pageSizeinteger
Maximum number of results to return. Default is 2000, maximum is 5000.
Maximum number of results to return. Default is 2000, maximum is 5000.
pageTokenstring
Token for pagination. Leave empty for the first request.
Token for pagination. Leave empty for the first request.
Response
Success