cURL
curl --request GET \ --url https://api.galileo.ai/v2/current_user/groups \ --header 'Galileo-API-Key: <api-key>'
[ { "id": "<string>", "name": "<string>", "size": 123, "created_at": "2023-11-07T05:31:56Z", "permissions": [], "description": "<string>", "visibility": "public", "role": "maintainer" } ]
Successful Response
1 - 128
Show child attributes
public
private
hidden
protected
The role of the current user in the group.
maintainer
member
pending
Was this page helpful?