provider conversations POST /api/projects/{project_id}/conversations/tickets/bulk_update_status/
@utdk/posthog /api/projects/{project_id}/conversations/tickets/bulk_update_status/
conversations_tickets_bulk_update_status_create
Update the status of multiple tickets in a single request. Only tickets belonging to the current team are affected; other-team UUIDs are silently ignored. Tickets already in the requested status are skipped.
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
conversationsTicketsBulkUpdateStatusCreate
POST/api/projects/{project_id}/conversations/tickets/bulk_update_status/
Update the status of multiple tickets in a single request. Only tickets belonging to the current team are affected; other-team UUIDs are silently ignored. Tickets already in the requested status are skipped.

Parameters

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

List of ticket UUIDs to update.

required

New status to apply to all selected tickets: new, open, pending, on_hold, or resolved. * `new` - New * `open` - Open * `pending` - Pending * `on_hold` - On hold * `resolved` - Resolved

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