ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
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."
}
]
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."
}
]
Successful Response
The response is of type CollaboratorRoleInfo · object[]
.
Was this page helpful?