Reference

List tasks

GET
/tasks

Authorization

Authorization<token>

Bearer

In: header

curl -X GET "https://api.onnie.ai/v1/tasks" \
  -H "Authorization: <token>"

OK

Get a task

GET
/tasks/{id}

Authorization

Authorization<token>

Bearer

In: header

Path Parameters

idRequiredstring
curl -X GET "https://api.onnie.ai/v1/tasks/<string>" \
  -H "Authorization: <token>"

OK