/
TE
terminaluse
/
Sb0 API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 13h ago · Updated 4w ago
Details
Filter operations
Agent APIKeys
6
Agent Task Tracker
3
Agents
9
API Keys
6
Authentication
1
Branch Events
1
Branches
10
Builds
3
CLI Authentication
2
Environments
7
Events
2
Filesystems
10
Groups
14
Logs
3
Messages v2
2
Namespaces
8
OAuth
2
Organizations
9
Projects
8
Raw Events
1
Registry
1
Schedules
7
Search
1
Secrets
5
States
5
Tasks
19
get
List Tasks
post
Create Task
post
Migrate Tasks Between Versions
get
Get Task by Name
put
Update Task by Name
delete
Delete Task by Name
get
Stream Task Events by Name
get
Get Task by ID
put
Update Task by ID
delete
Delete Task by ID
post
Cancel Task
post
Send Event to Task
post
Handler End
get
Stream Task Events by ID
get
List System Folder Types
get
Get System Folder
post
Get System Folder Download URL
post
Complete System Folder Sync
post
Get System Folder Upload URL
Version Events
1
Versions
5
Tasks
Update Task by ID
Update mutable fields for a task by its unique ID.
put
/tasks/{task_id}
Path parameters
task_id
string
required
Request body
UpdateTaskRequest
required
task_metadata
object
nullable
Response
Successful Response
Task
required
created_at
string
date-time
nullable
created_version_id
string
nullable
current_version_id
string
nullable
filesystem_id
string
required
id
string
required
name
string
nullable
namespace_id
string
required
params
object
nullable
status
'IDLE'
|
'CANCELED'
|
'COMPLETED'
|
'FAILED'
|
'RUNNING'
|
'TERMINATED'
|
'TIMED_OUT'
|
'DELETED'
status_reason
string
nullable
task_metadata
object
nullable
updated_at
string
date-time
nullable
Changes