API Reference
Get paginated sentiment sources
Returns paginated sources from sentiment analysis with sentiment categorization
X-API-Key<token>
API Key for programmatic access
In: header
Path Parameters
domainId*string
UUID of the domain
Format
uuidQuery Parameters
page?number
Page number (1-based)
Range
1 <= valueDefault
1limit?number
Items per page (max 200)
Range
1 <= value <= 1000Default
50startDate?string
Start date for the report range
endDate?string
End date for the report range
models?array<array<any>>
Global filter by LLM models (from report context)
viewMode?string
Grouping mode
Value in
- "domain"
- "url"
filterModels?array<array<any>>
Filter by models
filterPrompts?array<array<any>>
Filter by prompts
sourceSearch?string
Text search on source
sortOrder?string
Sort order
Value in
- "asc"
- "desc"
marketLanguageCodePairId?string
Filter by market-language code pair ID
filterSentiments?array<array<any>>
Filter by sentiments
sortBy?string
Sort by field
Value in
- "source"
- "count"
- "sentiment"
Response Body
application/json
curl -X GET "https://example.com/api/domains/497f6eca-6276-4993-bfeb-53cbbbba6f08/sources/sentiment"{ "data": [ [ null ] ], "total": 142, "page": 1, "limit": 50, "totalPages": 3, "hasNext": true, "hasPrev": false, "filterOptions": { "models": [ [ null ] ], "prompts": [ [ null ] ], "sentiments": [ "positive", "neutral", "negative" ] }}