provider signals GET
/api/projects/{project_id}/signals/reports/{report_id}/artefacts/{id}/ @utdk/posthog
/api/projects/{project_id}/signals/reports/{report_id}/artefacts/{id}/ Get a single artefact
Get one artefact by id, content parsed (and reviewers enriched) the same way as the list.
- id path required
- A UUID string identifying this signal report artefact.
- 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
- report_id path required
- UUID of the report whose artefacts you're addressing. This must be a report id (the report's own UUID), not a signal id such as `sig_praise` — a non-report id returns 404.
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.signalsReportArtefactsRetrieve()