Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Get Agent Insights job

GET/v1/private/agent-insights/jobs/{projectId}Get Agent Insights job

Returns the Agent Insights job for the (workspace, project), or 404 if none exists.

Parameters

projectIdstring · uuidpathrequired

Responses

200Jobapplication/json
objectAgentInsightsJob
created_atstring · date-time
created_bystring
idstring · uuid
last_failed_atstring · date-time
last_failure_detailstring
last_failure_reasonstring
last_scan_atstring · date-time
last_updated_atstring · date-time
last_updated_bystring
project_idstring · uuidrequired
statusstring

one of "enabled", "disabled"

Example response
{
  "created_at": "2026-06-09T00:00:00Z",
  "created_by": "string",
  "id": "00000000-0000-0000-0000-000000000000",
  "last_failed_at": "2026-06-09T00:00:00Z",
  "last_failure_detail": "string",
  "last_failure_reason": "string",
  "last_scan_at": "2026-06-09T00:00:00Z",
  "last_updated_at": "2026-06-09T00:00:00Z",
  "last_updated_by": "string",
  "project_id": "00000000-0000-0000-0000-000000000000",
  "status": "disabled"
}
404Job not found
Documentation menu