provider batch_exportsfile_download_batch_exports POST /api/projects/{project_id}/file_download_batch_exports/{id}/cancel/
@utdk/posthog /api/projects/{project_id}/file_download_batch_exports/{id}/cancel/
file_download_batch_exports_cancel_create
Cancel an ongoing file-download batch export.
id path required
A UUID string identifying this batch export run.
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

Try it

Authentication
Configure credentials for PostHog API
fileDownloadBatchExportsCancelCreate
POST/api/projects/{project_id}/file_download_batch_exports/{id}/cancel/
Cancel an ongoing file-download batch export.

Parameters

required

A UUID string identifying this batch export run.

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

Input

required

Typed configuration for a FileDownload batch-export destination.

required

* `events` - events * `persons` - persons * `sessions` - sessions

required
required

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