campaign-reports

Get Report Generation Status

Return the status of the newest report version (any status), or an empty payload if no version exists yet.

get/v1/interviews/{interview_id}/report/generation-status

Path parameters

interview_idstring uuid required

Headers

X-API-Keystring nullable

Response

Successful Response

status'in_progress' | 'ready' | 'failed'
version_numberinteger nullable
trigger_reason'threshold_reached' | 'incremental_update' | 'manual_regenerate'

What caused a campaign report version to be generated.

created_atstring date-time nullable
completed_atstring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.