provider vision POST /api/environments/{environment_id}/vision/scanners/{scanner_id}/observations/{id}/retry/
@utdk/posthog /api/environments/{environment_id}/vision/scanners/{scanner_id}/observations/{id}/retry/
environments_vision_scanners_observations_retry_create
Delete a failed observation and re-run its scanner on the same recording. 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 observation.
string
scanner_id path required
string

Try it

Authentication
Configure credentials for PostHog API
environmentsVisionScannersObservationsRetryCreate
POST/api/environments/{environment_id}/vision/scanners/{scanner_id}/observations/{id}/retry/
Delete a failed observation and re-run its scanner on the same recording. Returns 202 with the workflow handle.

Parameters

required

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

required

A UUID string identifying this replay observation.

required

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