Visual
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
GET | |
POST | |
GET | |
GET |
List all visual review runs snapshot history
Also available via the PostHog MCP server:
visual-review-runs-snapshot-history-list— Snapshot change history
Recent change history for a snapshot identifier across runs.
Required API key scopes
visual_review:readPath parameters
- idstring
Query parameters
- identifierstring
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /visual_review /runs /:id /snapshot-historyExample response
Status 200
List all visual review runs snapshot history
Also available via the PostHog MCP server:
visual-review-runs-snapshot-history-list— Snapshot change history
Recent change history for a snapshot identifier across runs.
Required API key scopes
visual_review:readPath parameters
- idstring
Query parameters
- identifierstring
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /visual_review /runs /:id /snapshot-historyExample response
Status 200
List all visual review runs snapshots
Also available via the PostHog MCP server:
visual-review-runs-snapshots-list— List run snapshots
Get all snapshots for a run with diff results.
Required API key scopes
visual_review:readPath parameters
- idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /visual_review /runs /:id /snapshotsExample response
Status 200
List all visual review runs snapshots
Also available via the PostHog MCP server:
visual-review-runs-snapshots-list— List run snapshots
Get all snapshots for a run with diff results.
Required API key scopes
visual_review:readPath parameters
- idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /visual_review /runs /:id /snapshotsExample response
Status 200
Create visual review runs tolerate
Mark a changed snapshot as a known tolerated alternate.
Path parameters
- idstring
Request parameters
- snapshot_idstring
Response
Example request
POST /api /projects /:project_id /visual_review /runs /:id /tolerateExample response
Status 200
Create visual review runs tolerate
Mark a changed snapshot as a known tolerated alternate.
Path parameters
- idstring
Request parameters
- snapshot_idstring
Response
Example request
POST /api /projects /:project_id /visual_review /runs /:id /tolerateExample response
Status 200
List all visual review runs tolerated hashes
Also available via the PostHog MCP server:
visual-review-runs-tolerated-hashes-list— List tolerated hashes
List known tolerated hashes for a snapshot identifier.
Required API key scopes
visual_review:readPath parameters
- idstring
Query parameters
- identifierstring
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /visual_review /runs /:id /tolerated-hashesExample response
Status 200
List all visual review runs tolerated hashes
Also available via the PostHog MCP server:
visual-review-runs-tolerated-hashes-list— List tolerated hashes
List known tolerated hashes for a snapshot identifier.
Required API key scopes
visual_review:readPath parameters
- idstring
Query parameters
- identifierstring
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /visual_review /runs /:id /tolerated-hashesExample response
Status 200
Retrieve visual review runs counts
Also available via the PostHog MCP server:
visual-review-runs-counts-retrieve— Visual review run counts
Review state counts for the runs list.
Required API key scopes
visual_review:readResponse
Example request
GET /api /projects /:project_id /visual_review /runs /countsExample response
Status 200
Retrieve visual review runs counts
Also available via the PostHog MCP server:
visual-review-runs-counts-retrieve— Visual review run counts
Review state counts for the runs list.
Required API key scopes
visual_review:readResponse
Example request
GET /api /projects /:project_id /visual_review /runs /counts