Skip to main content
POST
Duplicate a task's settings into a new task (no history).

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Path Parameters

task_id
string
required

Body

application/json

Company scoping

Company scoping

companyId
string

Company ID. Optional when the API key is a company key.

Response

The new (paused) copy

Scheduled task

id
string
companyId
string
userId
string

User who owns the task

employeeId
string
name
string
prompt
string
scheduleType
string

one_time, recurring, or heartbeat

scheduledAt
string

One-time tasks: ISO 8601 run time

recurringConfig
object

Recurring or heartbeat schedule details

contextSettings
object

Tool and context settings for runs

timezone
string
nextRunAt
string

ISO 8601 time of the next run, null when none

lastRunAt
string

ISO 8601 time of the last run, null when never run

status
string

active, paused, or completed

runCount
integer
templateId
string
templateVersion
integer
createdDate
string
updatedDate
string