Skip to main content
GET
List monitored prompts

Authorizations

Authorization
string
header
required

API keys generated via POST /api/v1/me/api-keys. Format: Authorization: Bearer fxa_<32-char-secret>. Only accepted on /api/public/v1/*. Cookie auth is rejected on that surface.

Path Parameters

slug
string
required

URL-safe brand identifier (lowercased, hyphenated).

Pattern: ^[a-z0-9-]+$

Response

200 - application/json

Prompts.

prompts
object[]
count
integer

Active prompts on THIS brand.

used_total
integer

Active prompts across ALL the user's brands — the shared pool the plan limit is enforced against.

limit
integer

Plan prompt limit (shared across all brands).