provider organizationsprojects GET /api/organizations/{organization_id}/projects/{id}/settings_as_of/
@utdk/posthog /api/organizations/{organization_id}/projects/{id}/settings_as_of/
organizations_projects_settings_as_of_retrieve
Return the project settings as of the provided timestamp. Query params: - at: ISO8601 datetime (required) - scope: optional, one or multiple keys to filter the returned settings
id path required
A unique value identifying this project.
integer
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
organizationsProjectsSettingsAsOfRetrieve
GET/api/organizations/{organization_id}/projects/{id}/settings_as_of/
Return the project settings as of the provided timestamp. Query params: - at: ISO8601 datetime (required) - scope: optional, one or multiple keys to filter the returned settings

Parameters

required

A unique value identifying this project.

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