/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v18
latest
OpenAPI 3.0.3
raw.githubusercontent.com
2026-07-11
142
2
448.7 KB
Tasks
Get Task
Get a specific task by ID
get
/task/{id}
Path parameters
id
string
required
Response
Task details
object
required
id
string
required
projectId
string
required
position
number
nullable
required
number
number
nullable
required
userId
string
nullable
required
title
string
required
description
string
nullable
required
status
string
required
priority
'no-priority'
|
'low'
|
'medium'
|
'high'
|
'urgent'
required
startDate
string
date-time
dueDate
string
date-time
createdAt
string
date-time
required