List topics
Path parameters
| Param | Type | Description |
|---|---|---|
project_id | string (UUID) | The project ID |
Query parameters
None.- cURL
- Python
- JavaScript
Response
TopicResponse fields
| Field | Type | Nullable | Description |
|---|---|---|---|
topic_id | string (UUID) | No | Topic ID |
project_id | string (UUID) | No | Parent project ID |
name | string | No | Topic display name |
description | string | Yes | Topic description |
created_at | string (ISO 8601) | No | Creation timestamp |
topic_id to correlate prompts to their topic group via the topic_id field in the prompts and overview endpoints.