Skip to main content
GET
/
v1
/
objectives
List objectives
curl --request GET \
  --url https://api.usenaive.ai/v1/objectives \
  --header 'Authorization: Bearer <token>'
{
  "objectives": [
    {}
  ],
  "count": 123
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Query Parameters

status
string
limit
integer
default:50
Required range: x <= 200
offset
integer
default:0

Response

200 - application/json

OK.

objectives
object[]
count
number