/
CA
capy
/
Capy API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2h ago
Details
Filter operations
automations
6
browser-snapshots
5
environment-variables
3
models
1
projects
2
sessions
1
setup
2
snapshots
2
tags
3
tasks
2
get
Get task
get
Get task diff
threads
9
usage
1
tasks
Get task
Get a task by UUID.
get
/v1/tasks/{taskId}
Path parameters
taskId
string
uuid
required
Task UUID.
Response
Success
Task
required
id
string
required
projectId
string
required
threadIndex
integer
nullable
required
identifier
string
required
title
string
required
prompt
string
required
status
'backlog'
|
'queued'
|
'in_progress'
|
'needs_review'
|
'completed'
|
'error'
|
'archived'
required
{"stackTrail":"components:schemas:Task:properties:pullRequest","oasType":"schema","type":"unknown"}
slackThreads
object[]
required
currentJamId
string
nullable
required
createdAt
string
required
updatedAt
string
required
threadId
string
nullable
required
Changes