Skip to main content
GET
/
compute
/
services
Get compute services
curl --request GET \
  --url https://api.quiva.ai/compute/services \
  --header 'Authorization: Bearer <token>'
{
  "body": {
    "results": [
      {}
    ],
    "results_total": 123
  },
  "metadata": {
    "subject": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Response

List of compute services

body
object
metadata
object