provider vision POST /api/environments/{environment_id}/vision/observations/{id}/retry/
@utdk/posthog /api/environments/{environment_id}/vision/observations/{id}/retry/
environments_vision_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

Try it

Authentication
Configure credentials for PostHog API
environmentsVisionObservationsRetryCreate
POST/api/environments/{environment_id}/vision/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.

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