GET
/
api
/
v1
/
trajectories
/
objectives
Get Objectives
curl --request GET \
  --url https://agent-platform.staging.hcompanyprod.fr/api/v1/trajectories/objectives \
  --header 'Authorization: Bearer <token>'
{
  "objectives": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Unique objectives list.

objectives
string[]
required