Skip to content

Link insight to report

POST
/api/v1/reports/{id}/insights
curl --request POST \
--url https://example.com/api/v1/reports/example/insights \
--header 'Content-Type: application/json' \
--data '{ "insightId": "example", "isNew": true }'
id
required
string
Media type application/json
object
insightId
required
string
isNew
boolean
Example generated
{
"insightId": "example",
"isNew": true
}

Success

Media type application/json
object
insightId
required
string
referencedAt
required
string | null format: date-time
isNew
required
boolean
Example generated
{
"insightId": "example",
"referencedAt": "2026-04-15T12:00:00Z",
"isNew": true
}

Report or insight not found

Insight already referenced by this report