ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
cURL
curl --request GET \ --url https://api.galileo.ai/v2/group_roles \ --header 'Galileo-API-Key: <api-key>'
[ { "name": "maintainer", "display_name": "Maintainer", "description": "Can add, remove, and edit group members." } ]
Successful Response
maintainer
member
pending
"Maintainer"
"Can add, remove, and edit group members."
Was this page helpful?