List projects
Request
No query parameters.- cURL
- Python
- JavaScript
Response
Response fields
| Field | Type | Nullable | Description |
|---|---|---|---|
id | string (UUID) | No | Project ID |
name | string | No | Project display name |
brand_name | string | Yes | Primary brand name being tracked |
website_url | string | Yes | Brand website URL |
location | string | Yes | Target market country code |
language | string | Yes | Target language code |
brand_aliases | string[] | No | Always [] in list view. Use the get endpoint for aliases |
created_at | string (ISO 8601) | No | Creation timestamp |
Get project
Path parameters
| Param | Type | Description |
|---|---|---|
project_id | string (UUID) | The project ID |
- cURL
- Python
- JavaScript
Response
Response fields
Same as list projects, exceptbrand_aliases contains the actual aliases:
| Field | Type | Nullable | Description |
|---|---|---|---|
brand_aliases | string[] | No | Alternative brand names used for matching in AI responses |
Errors
| Status | Detail | Cause |
|---|---|---|
403 | Project does not belong to your team | API key’s team doesn’t own this project |
404 | Project not found | No project with this ID exists |