Skip to main content
POST
Create Task

Authorizations

Authorization
string
header
required

Enter your Kubiya API token (format: Bearer )

Body

application/json

Schema for creating a task record

execution_id
string
required
task_description
string
required
task_number
integer | null
task_id
string | null
task_type
string | null
status
string
default:pending
started_at
string | null
completed_at
string | null
duration_ms
integer | null
result
string | null
error_message
string | null
metadata
Metadata · object

Response

Successful Response