cURL
curl --request GET \ --url https://api.galileo.ai/v2/group_roles \ --header 'Galileo-API-Key: <api-key>'
[ { "name": "maintainer", "display_name": "<string>", "description": "<string>" } ]
Successful Response
maintainer
member
pending
"maintainer"
"Maintainer"
"Can add, remove, and edit group members."
Was this page helpful?