provider vision POST /api/environments/{environment_id}/vision/scanners/{id}/observe/
@utdk/posthog /api/environments/{environment_id}/vision/scanners/{id}/observe/
environments_vision_scanners_observe_create
Apply this scanner to one specific session, on demand. Returns 202 with the workflow handle.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
A UUID string identifying this replay scanner.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsVisionScannersObserveCreate
POST/api/environments/{environment_id}/vision/scanners/{id}/observe/
Apply this scanner to one specific session, on demand. Returns 202 with the workflow handle.

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

required

A UUID string identifying this replay scanner.

Input

required

ID of the session recording to apply the scanner to.

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.environmentsVisionScannersObserveCreate()