GET
/
assistants
curl --request GET \
  --url https://app.happyrobot.ai/api/v1/assistants \
  --header 'authorization: <authorization>'
[
  {
    "id": "<string>",
    "name": "Kate"
  }
]

Headers

authorization
string
required

Your API key for authentication. Use Bearer format.

Response

200 - application/json
id
string
required

ID of the assistant.

name
string

Name of the assistant.