Skip to main content
GET
cURL

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Path Parameters

id
integer
required

A unique integer value identifying this deep research insight.

Response

200 - application/json

Project-level Deep Research audit row exposed to the Insights tab.

failure_modes is filtered against the project's dismissed mode titles — a thumbs-down on a mode hides it from every subsequent render of every insight in the project (project-scoped, not insight-scoped).

id
integer
read-only
project
integer
read-only
window_start
string<date-time>
read-only
window_end
string<date-time>
read-only
num_calls_analyzed
integer
read-only
status
enum<string>
read-only
  • pending - Pending
  • running - Running
  • succeeded - Succeeded
  • failed - Failed
  • skipped_not_enough_data - Skipped Not Enough Data
Available options:
pending,
running,
succeeded,
failed,
skipped_not_enough_data
focus
string
read-only
focus_fallback
boolean
read-only
failure_modes
string
read-only
error_message
string
read-only
duration_seconds
number<double> | null
read-only
created_at
string<date-time>
read-only
updated_at
string<date-time>
read-only