Skip to main content
GET
/
api
/
v1
/
tasks
List tasks
curl --request GET \
  --url http://localhost:3000/api/v1/tasks \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": [
    null
  ]
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token. Configure via the apiKeys field in polpo.json or the POLPO_API_KEY environment variable.

Query Parameters

status
string
group
string
assignTo
string

Response

200 - application/json

List of tasks

ok
boolean
required
data
null[]
required