Skip to main content
GET
/
universes
/
{id}
/
engines
List engines with history data
curl --request GET \
  --url https://verseodin.com/api/v1/universes/{id}/engines \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "chatgpt"
  ]
}

Authorizations

Authorization
string
header
required

Generate a key at /dashboard/settings/api-keys. Pass it as Authorization: Bearer vso_xxx on every request.

Path Parameters

id
string<uuid>
required

Universe UUID — see GET /universes.

Response

OK

data
string[]