---
title: "Tracked prompts with per-prompt visibility metrics"
method: GET
path: "/v3/ai-tracker/visibility/prompts"
tags: ["AI Tracker"]
---

# Tracked prompts with per-prompt visibility metrics

`GET /v3/ai-tracker/visibility/prompts`

The team's tracked prompts, each with its own visibility, position, share of voice, sentiment, run status and next scheduled run. Paginated: pass page/pageSize and narrow with search or intent rather than pulling every row. Pass fields=minimal for just {id, prompt} when you only need to know what is tracked. Unlike the other ai_visibility_* tools this defaults to the full history, not the last 30 days.

## Query parameters

- `teamId` string
- `platform` string
- `competitor` string
- `country` string
- `startDate` string
- `endDate` string
- `days` integer
- `promptBrand` string
- `tracking` string
- `intent` string
- `fields` string
- `page` integer
- `pageSize` string
- `sort` string
- `dir` string
- `pinnedFirst` string
- `search` string

## Other responses

- `400` — Default Response
- `404` — Default Response
- `500` — Default Response

## Changes

- **2026-09-22** `623d4784f6e6` — 1 info
  - added the new optional `query` request parameter `pinnedFirst`
- **2026-08-15** `f69a1d263036` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/ai-tracker/visibility/prompts/get.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/623d4784f6e6?raw)
