provider logs PATCH /api/environments/{environment_id}/logs/views/{short_id}/
@utdk/posthog /api/environments/{environment_id}/logs/views/{short_id}/
environments_logs_views_partial_update
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
short_id path required
string

Try it

Authentication
Configure credentials for PostHog API
environmentsLogsViewsPartialUpdate
PATCH/api/environments/{environment_id}/logs/views/{short_id}/

Parameters

required

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

required

Input

Filter criteria — subset of LogsViewerFilters. May contain severityLevels, serviceNames, searchTerm, filterGroup, dateRange, and other keys.

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