provider task-runstaskstasks POST /api/projects/{project_id}/tasks/{task_id}/runs/{id}/start/
@utdk/posthog /api/projects/{project_id}/tasks/{task_id}/runs/{id}/start/
Start task run
Start an existing cloud run after any initial run-scoped attachments have been uploaded.
id path required
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
task_id path required
string

Try it

Authentication
Configure credentials for PostHog API
tasksRunsStartCreate
POST/api/projects/{project_id}/tasks/{task_id}/runs/{id}/start/
Start an existing cloud run after any initial run-scoped attachments have been uploaded.

Parameters

required
required

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

required

Input

Initial or follow-up user message to include in the run prompt.

Identifiers for run artifacts that should be attached to the next user message delivered to the sandbox.

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