---
title: "Trigger Agent Insights job"
method: POST
path: "/v1/private/agent-insights/jobs/{projectId}/trigger"
tags: ["Agent Insights Jobs"]
---

# Trigger Agent Insights job

`POST /v1/private/agent-insights/jobs/{projectId}/trigger`

Triggers an immediate report run for an existing job (over the last 24h). Fire-and-forget; returns 202. 404 if none exists.

## Path parameters

- `projectId` string, uuid, required

## Response `202`

Run accepted

## Other responses

- `404` — Job not found

## Changes

- **2026-06-19** `78b5cd88d461` — 1 info
  - endpoint added
- **2026-05-04** `d606e84c75e4` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/comet-ml/apis/opik-rest-api/changes/v1/private/agent-insights/jobs/:projectId/trigger/post.md)

---

[API](https://skmtc.dev/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.dev/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc.dev/comet-ml/apis/opik-rest-api/revisions/4baa2ed0236f?raw)
