GET
/
v2
/
collaborator_roles
curl --request GET \
  --url https://api.galileo.ai/v2/collaborator_roles \
  --header 'Galileo-API-Key: <api-key>'
[
  {
    "name": "owner",
    "display_name": "Owner",
    "description": "Can do anything with the resource."
  }
]

Authorizations

Galileo-API-Key
string
header
required

Response

200 - application/json

Successful Response

The response is of type object[].