Project

Get Project Entities

Beta
GET

This endpoint is in beta and is subject to change. It is provided for early access and testing purposes only.
Retrieve a list of entities in a project.

Path parameters

idstringRequired
The project identifier.

Headers

AcceptenumRequired
The response format. Defaults to application/json.
Allowed values: application/jsontext/csvapplication/vnd.ms-excel

Query parameters

nextstringOptional
The pagination token for the next page of entities.
prevstringOptional
The pagination token for the previous page of entities.
limitintegerOptional
Limit total entities returned. Defaults to 1,000. Max 10,000.
entity_typesenumOptional

Only return entities of the specified entity type(s). Defaults to all types.

geo_facetsbooleanOptional
Whether to include geo facets in the response. Defaults to false.
hs_codesstringOptional
Only return entities with the specified HS code(s).
received_hs_codesstringOptional
Only return entities that received the specified HS code(s).
shipped_hs_codesstringOptional
Only return entities that shipped the specified HS code(s).
translationstringOptional
The language code to translate the entity labels to. Defaults to the user's preferred language.
sortenumOptional
Defines a sort order on a field, either ascending or descending. The value should begin with a '-' to indicate a descending sort, followed by a field name to sort on.
filtersobjectOptional

Filter for entities in a project. The format is field=value, where the equal sign is encoded as %3D. Supported fields are as follows

aggregationsstringOptional
Aggregations that should be returned for entities in the project.

Response

This endpoint returns an object
aggregations
object
Aggregation buckets for entities in a project.
data
list of objects
limit
integer
size
object
next
stringOptional
prev
stringOptional