Taskade API
Ask or search…
K
Comment on page

Tasks

get
https://www.taskade.com/api/v1
/projects/{projectId}/tasks

Get all tasks for a project

Parameters
Path
projectId*
string
Query
limit
number
after
string
before
string
Responses
200: OK
Tasks
4XX
Error description
get
https://www.taskade.com/api/v1
/projects/{projectId}/tasks/{taskId}

Get task with id

Parameters
Path
projectId*
string
taskId*
string
Responses
200: OK
Task
4XX
Error description
delete
https://www.taskade.com/api/v1
/projects/{projectId}/tasks/{taskId}

Delete a task in a project

Parameters
Path
projectId*
string
taskId*
string
Responses
200: OK
Successful Task deletion
4XX
Error description
Last modified 1mo ago