provider visual_review GET /api/projects/{project_id}/visual_review/repos/{repo_id}/snapshots/{run_type}/{identifier}/
@utdk/posthog /api/projects/{project_id}/visual_review/repos/{repo_id}/snapshots/{run_type}/{identifier}/
visual_review_repos_snapshots_list
Deduped baseline timeline for a snapshot identity. Newest first.
identifier path required
Snapshot identifier; clients must percent-encode before sending
string
limit query
Number of results to return per page.
integer
offset query
The initial index from which to return the results.
integer
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
repo_id path required
string
run_type path required
Run type (storybook, playwright)
string

Try it

Authentication
Configure credentials for PostHog API
visualReviewReposSnapshotsList
GET/api/projects/{project_id}/visual_review/repos/{repo_id}/snapshots/{run_type}/{identifier}/
Deduped baseline timeline for a snapshot identity. Newest first.

Parameters

required

Snapshot identifier; clients must percent-encode before sending

required

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

required
required

Run type (storybook, playwright)

Number of results to return per page.

The initial index from which to return the results.

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