Skip to main content
POST
Prompt Report

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Report parameters

prompt_id
integer

ID of a specific prompt. Omit to return all prompts.

Example:

42

date
object

Optional date range filter.

ai_agent
string[]

Filter by AI agent(s). Omit to include all agents.

Example:
limit
integer

Maximum number of prompts to return. Omit to return all.

Example:

20

Response

Prompt report

success
boolean
Example:

true

report
object[]