---
title: "List prompt executions"
method: GET
path: "/dimensions/prompt_executions"
tags: ["Prompts"]
---

# List prompt executions

`GET /dimensions/prompt_executions`

## Query parameters

- `project_id` integer, required
- `page` integer
- `per_page` integer
- `model` 'chatgpt' | 'perplexity' | 'gemini' | 'ai_overview' | 'ai_mode' | 'copilot' | 'claude' | 'grok' | 'deepseek' | 'meta_ai' | 'amazon_rufus'
- `collection_id` integer
- `country_code` string
- `language_code` string
- `prompt` integer
- `from` string, date-time
- `to` string, date-time
- `mention_filter` 'mentions_you' | 'not_mentions_you' | 'mentions_competitor' | 'not_mentions_competitor' | 'you_and_competitor' | 'competitor_not_you' | 'you_not_competitor' | 'no_brands'
- `citation_filter` 'cites_you' | 'not_cites_you' | 'cites_competitor' | 'not_cites_competitor' | 'you_and_competitor' | 'competitor_not_you' | 'you_not_competitor' | 'cites_no_brands'
- `competitors` string
- `output` 'flat' | 'csv'

## Response `200`

Paginated executions

## Changes

> 11 revisions in range; 4 could not be searched.

- **2026-08-05** `17bc6c8b615a` — 2 info
  - api tag `Prompts` added
  - api tag `Dimensions` removed
- **2026-07-31** `3413f041ea97` — 3 info
  - added the new optional `query` request parameter `citation_filter`
  - added the new optional `query` request parameter `competitors`
  - added the new optional `query` request parameter `mention_filter`
- **2026-07-27** `c01e99c81c66` — 1 info
  - added the new optional `query` request parameter `output`

[Change history](https://skmtc.dev/llmpulse/apis/llm-pulse-api/changes/dimensions/prompt_executions/get.md)

---

[API](https://skmtc.dev/llmpulse/apis/llm-pulse-api.md) · [All operations](https://skmtc.dev/llmpulse/apis/llm-pulse-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/llmpulse/llm-pulse-api/revisions/b1f6040a24b9/schema)
