Skip to main content
GET
/
tasks
/
{task_id}
Error
A valid request URL is required to generate request examples
{
  "name": "<string>",
  "main": [
    {
      "evaluate": {},
      "kind_": "evaluate",
      "label": "<string>"
    }
  ],
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "canonical_name": "<string>",
  "description": "",
  "input_schema": {},
  "tools": [],
  "inherit_tools": false,
  "metadata": {}
}

Authorizations

Authorization
string
header
required

Path Parameters

task_id
string<uuid>
required

Response

Successful Response

name
string
required
Required string length: 1 - 255
main
(EvaluateStep · object | ToolCallStep · object | PromptStep · object | GetStep · object | SetStep · object | LogStep · object | YieldStep · object | ReturnStep · object | SleepStep · object | ErrorWorkflowStep · object | WaitForInputStep · object | IfElseWorkflowStep · object | SwitchStep · object | ForeachStep · object | ParallelStep · object | Main · object)[]
required
Minimum array length: 1
  • EvaluateStep
  • ToolCallStep
  • PromptStep
  • GetStep
  • SetStep
  • LogStep
  • YieldStep
  • ReturnStep
  • SleepStep
  • ErrorWorkflowStep
  • WaitForInputStep
  • IfElseWorkflowStep
  • SwitchStep
  • ForeachStep
  • ParallelStep
  • Main
id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
canonical_name
string | null
Required string length: 1 - 255
description
string
default:""
input_schema
Input Schema · object
tools
TaskTool · object[]
inherit_tools
boolean
default:false
metadata
Metadata · object