Skip to main content
GET
List Report Versions

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string | null

Path Parameters

interview_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
version_number
integer
required
trigger_reason
enum<string>
required

What caused a campaign report version to be generated.

Available options:
threshold_reached,
incremental_update,
manual_regenerate
status
enum<string>
required
Available options:
in_progress,
ready,
failed
conversation_count_at_generation
integer
required
created_at
string<date-time>
required
coverage_snapshot
Coverage Snapshot · object | null
agent_run_id
string | null
report_artifacts
Report Artifacts · object | null
solutions
ReportSolutionOut · object[]
error_message
string | null
completed_at
string<date-time> | null