Skip to main content
GET
/
observability
/
v1
/
deep-research-insights
/
{id}
cURL
curl --request GET \
  --url https://api.cekura.ai/observability/v1/deep-research-insights/{id}/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
{
  "id": 123,
  "project": 123,
  "window_start": "2023-11-07T05:31:56Z",
  "window_end": "2023-11-07T05:31:56Z",
  "num_calls_analyzed": 123,
  "failure_modes": "<string>",
  "error_message": "<string>",
  "duration_seconds": 123,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

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
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