Get Project Entities

Beta
Retrieves a list of entities for a specific project with pagination support. **Response Formats:** - **JSON** (default): Returns structured data with nested objects - **CSV**: Returns tabular data with dynamic columns for attributes and risk categories **CSV Format:** The CSV response includes dynamic columns based on the data: - `attribute_{field_name}`: Dynamic columns for each attribute field found in the data - `risk_category_{category_id}`: Dynamic columns for each risk category found in the data - Standard columns: project_id, project_entity_id, label, project_entity_url, upload_ids, strength, countries, tags, case_status, created_at, match_count, upstream_products, upstream_risk_factors, upstream_countries Use the `Accept: text/csv` header to request CSV format.

Path parameters

project_idstringRequired

Headers

AuthorizationstringRequired

OAuth authentication of the form <token>.

Query parameters

nextstringOptional
The pagination token for the next page of projects.
prevstringOptional
The pagination token for the previous page of projects.
limitintegerOptional
Limit total values returned for projects. Defaults to 100. Max 100.
filterobjectOptional

Filter the project entities. Supports both dot notation (e.g., ‘filter.attribute.name’) and bracket notation (e.g., ‘filter[attribute][name]’) for nested field filtering.

Response

This endpoint returns an object.
limitinteger
datalist of objects
sizeobject
next_tokenstring or null
prev_tokenstring or null

Errors