cURL
curl --request GET \ --url https://api.galileo.ai/v2/datasets/{dataset_id}/groups \ --header 'Galileo-API-Key: <api-key>'
{ "collaborators": [ { "id": "<string>", "role": "owner", "created_at": "2023-11-07T05:31:56Z", "group_id": "<string>", "group_name": "<string>", "permissions": [] } ], "starting_token": 0, "limit": 100, "paginated": false, "next_starting_token": 123 }
List the groups with which the dataset has been shared.
Successful Response
Show child attributes
Was this page helpful?