provider vision GET /api/projects/{project_id}/vision/scanners/{scanner_id}/prompt_suggestions/current/
@utdk/posthog /api/projects/{project_id}/vision/scanners/{scanner_id}/prompt_suggestions/current/
vision_scanners_prompt_suggestions_current_retrieve
The scanner's newest prompt suggestion plus whether it is stale (the ratings changed since it was generated) and how many rated observations are available.
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_id path required
string

Try it

Authentication
Configure credentials for PostHog API
visionScannersPromptSuggestionsCurrentRetrieve
GET/api/projects/{project_id}/vision/scanners/{scanner_id}/prompt_suggestions/current/
The scanner's newest prompt suggestion plus whether it is stale (the ratings changed since it was generated) and how many rated observations are available.

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/.

required

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