cURL
curl --request GET \ --url https://devtune.ai/api/v2/projects/{projectId}/insights/list \ --header 'Authorization: Bearer <token>'
{ "data": { "insights": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "insightKind": "<string>", "severity": "<string>", "confidence": 123, "title": "<string>", "description": "<string>", "domain": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ], "pagination": { "page": 123, "pageSize": 123, "totalCount": 123, "totalPages": 123 } }, "meta": { "timestamp": "2023-11-07T05:31:56Z", "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } }
Returns paginated list of insights with filters for kind and severity.
API key with dtk_live_ prefix. Obtain from Settings > API Keys.
x >= 1
1 <= x <= 100
Insights list
Show child attributes