provider exports POST /api/environments/{environment_id}/exports/
@utdk/posthog /api/environments/{environment_id}/exports/
environments_exports_create
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsExportsCreate
POST/api/environments/{environment_id}/exports/

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

Input

required
required

* `image/png` - image/png * `application/pdf` - application/pdf * `text/csv` - text/csv * `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet` - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet * `video/webm` - video/webm * `video/mp4` - video/mp4 * `image/gif` - image/gif * `application/json` - application/json

required
required
required
required
required
required

The effective access level the user has for this object

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