provider logs POST /api/projects/{project_id}/logs/explainLogWithAI/
@utdk/posthog /api/projects/{project_id}/logs/explainLogWithAI/
logs_explainLogWithAI_create
Explain a log entry using AI. POST /api/environments/:id/logs/explainLogWithAI/
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string

Try it

Authentication
Configure credentials for PostHog API
logsExplainlogwithaiCreate
POST/api/projects/{project_id}/logs/explainLogWithAI/
Explain a log entry using AI. POST /api/environments/:id/logs/explainLogWithAI/

Parameters

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

Input

required

UUID of the log entry to explain

required

Timestamp of the log entry (used for efficient lookup)

Force regenerate explanation, bypassing cache

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.logsExplainlogwithaiCreate({
  "force_refresh": false
})