Skip to main content
GET
Get Keyword Mention Details
Returns individual mention records for a specific keyword within a theme. Each mention includes the prompt text, AI platform, sentiment label, evidence text, and confidence score.

Parameters

string
required
Unique identifier for the theme.
string
required
Unique identifier for the keyword.
string
required
Bearer token. Format: Bearer slat_<your-token>.
integer
Number of days for the analysis window.
string
Start of date range. ISO 8601 format (e.g., 2026-02-01T00:00:00Z).
string
End of date range. ISO 8601 format.
number
Filter by topic ID.
number
Filter by brand ID.
string
Filter by brand name.
string[]
Filter by one or more platforms: CHATGPT, PERPLEXITY, GOOGLE_AI_OVERVIEW, GOOGLE_AI_MODE, GEMINI, CLAUDE.
string
Filter by ISO country code for region.
string
Filter by sentiment label (e.g., positive, neutral, negative).
integer
Maximum number of results. Default: 50.
integer
Number of results to skip. Default: 0.
integer
Page number. When provided, overrides limit/offset with page-based pagination.
integer
Page size. Used with page. Maximum: 200.
number
Filter by a single prompt ID.
number[]
Filter by multiple prompt IDs. Maximum 10 values.

Response

Returns 200 OK with an array of mention detail objects.
object[]
required
Array of mention detail objects.

Example

Response

Status codes

What’s next