List sources
GET /api/v2/sources/list
List source domains or URLs for a project.
| Param | Type | Description |
|---|---|---|
project_id | string (UUID) | Target project |
user_id | string (UUID) | Your user ID |
duration_days | integer | Time period (default: 7) |
provider | string | Filter by AI provider |
page | integer | Page number |
limit | integer | Results per page |
Source detail
GET /api/v2/sources/:source_id/detail
Get detailed information for a specific source domain or URL.
Source conversations
GET /api/v2/sources/:source_id/chats
Get AI responses that cited this source.