provider reverse_proxyproxy_records GET /api/organizations/{organization_id}/proxy_records/{id}/
@utdk/posthog /api/organizations/{organization_id}/proxy_records/{id}/
proxy_records_retrieve
Get details of a specific reverse proxy by ID. Returns the full configuration including domain, CNAME target, and current provisioning status.
id path required
A UUID string identifying this proxy record.
string
organization_id path required
ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.
string

Try it

Authentication
Configure credentials for PostHog API
proxyRecordsRetrieve
GET/api/organizations/{organization_id}/proxy_records/{id}/
Get details of a specific reverse proxy by ID. Returns the full configuration including domain, CNAME target, and current provisioning status.

Parameters

required

A UUID string identifying this proxy record.

required

ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.

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