List a project's prompt run history
Runs
List a project's prompt run history
Returns paginated prompt runs with status, timestamps, platforms, and task totals. Use a completed run’s id as runId on historical analytics reads.
GET
List a project's prompt run history
Authorizations
Clerk API key. Create one from your account settings under API Keys.
Query Parameters
Project id. Required on all data endpoints.
Repeat this parameter or provide comma-separated values to filter by run status.
Available options:
pending, running, completed, failed, interrupted Available options:
manual, scheduled Repeat this parameter or provide comma-separated values to filter by platform ID.
LLM platform identifier. Newer scraper-backed ids end in _app; chatgpt, perplexity, and gemini are legacy and not returned by current runs.
Available options:
chatgpt, chatgpt_app, claude, gemini, gemini_app, grok_app, grok_api, perplexity, perplexity_app, google_app, deepseek Available options:
ordinal, status, startedAt, completedAt, duration Available options:
asc, desc Required range:
1 <= x <= 100Required range:
x >= 0