Skip to main content
GET
/
v2
/
collaborator_roles
Get 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

name
enum<string>
required
Available options:
owner,
editor,
annotator,
viewer
display_name
string
required
Examples:

"Owner"

description
string
required
Examples:

"Can do anything with the resource."

I