provider environments GET
/api/projects/{project_id}/environments/{id}/settings_as_of/ @utdk/posthog
/api/projects/{project_id}/environments/{id}/settings_as_of/ environments_settings_as_of_retrieve
Return the team 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 integer value identifying this environment (aka team).
- integer
- 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
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.environmentsSettingsAsOfRetrieve()