provider replaysession_recordings PUT /api/projects/{project_id}/session_recordings/{id}/
@utdk/posthog /api/projects/{project_id}/session_recordings/{id}/
session_recordings_update
id path required
A UUID string identifying this session recording.
string
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
sessionRecordingsUpdate
PUT/api/projects/{project_id}/session_recordings/{id}/

Parameters

required

A UUID string identifying this session recording.

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
required
required
required
required
required
required
required
required
required
required
required
required
required
required
required
required
required
required
required
required
required
required
required
required
required

Load external references (linked issues) for this recording

required

Whether this recording matched the filters of the listing query that returned it. False only when a recording requested via session_recording_id was included despite not matching the filters.

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