provider vision GET /api/projects/{project_id}/vision/scanners/
@utdk/posthog /api/projects/{project_id}/vision/scanners/
vision_scanners_list
CRUD for Replay Vision scanners.
created_by query
Filter to scanners created by the given user IDs (comma-separated).
string
emits_signals query
Filter to scanners that emit Signals.
boolean
enabled query
Filter by enabled state. Accepts a comma-separated list of `enabled`/`disabled`.
string
limit query
Number of results to return per page.
integer
offset query
The initial index from which to return the results.
integer
order_by query
Sort scanners by name, created_at, updated_at, scanner_type, enabled, sampling_rate, or created_by. Prefix with `-` for descending.
enum: -created_at, -created_by, -enabled, -name…
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
scanner_type query
Filter by scanner type (monitor, classifier, scorer, summarizer). Accepts a comma-separated list.
string
search query
Case-insensitive substring match across name, description, and the prompt in scanner_config.
string

Try it

Authentication
Configure credentials for PostHog API
visionScannersList
GET/api/projects/{project_id}/vision/scanners/
CRUD for Replay Vision scanners.

Parameters

required

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

Filter to scanners created by the given user IDs (comma-separated).

Filter to scanners that emit Signals.

Filter by enabled state. Accepts a comma-separated list of `enabled`/`disabled`.

Number of results to return per page.

The initial index from which to return the results.

Sort scanners by name, created_at, updated_at, scanner_type, enabled, sampling_rate, or created_by. Prefix with `-` for descending.

Filter by scanner type (monitor, classifier, scorer, summarizer). Accepts a comma-separated list.

Case-insensitive substring match across name, description, and the prompt in scanner_config.

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