Returns paginated tracked content with citation, impression, and response metrics joined for the requested date range. Hidden content (is_hidden = true) is excluded.
Pagination uses page_size + 1 lookahead — pagination.has_more === true means the next page exists; there is no total-count field.
Use the sheet_id, content_type, and standard filters knobs to scope the result. Pass an unknown sheet_id (or one from another website) and the endpoint returns 403.
Documentation Index
Fetch the complete documentation index at: https://docs.athenahq.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request body for listing tracked content.
The website to list tracked content for.
"123e4567-e89b-12d3-a456-426614174000"
Filters for querying responses and metrics. Pass location filters in the JSON body as filters.location_ids.
Restrict to a single content type. athena_created is a shortcut for the four Athena-generated subtypes (draft, snipe, optimize, slice). Omit to span every type.
external, imported, athena_created, draft, snipe, optimize, slice Restrict to content on a single Content Hub tab. Use GET /api/v1/content/sheets to discover IDs. Omit to span every tab.
If true, only count responses that mention your brand. If false, only count responses that do not. Omit to count every response.
Zero-indexed page number.
x >= 0Number of items per page (1–100).
1 <= x <= 100