Skip to main content
GET
/
observability
/
v1
/
deep-research-insights
cURL
curl --request GET \
  --url https://api.cekura.ai/observability/v1/deep-research-insights/ \
  --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.

Response

200 - application/json
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