---
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
- `search` string

## Other responses

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

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/revisions/c8f1f876a92c/schema)
