Overview
Getting Started
SDK/API
- Python SDK Reference
- TypeScript SDK Reference
How-to Guides
- Overview
- Conversational AI
- Retrieval-Augmented Generation
- Agentic AI
Cookbooks
- Use Cases
Integrations
Concepts
- Metrics
- Projects
- Logging
- Datasets
- Annotations
- Experiments
- Playground
API Reference
- health
- auth
- trace
- log_stream
- experiment
- feedback
- annotation
- data
- protect
- datasets
- projects
- GETGet Collaborator Roles
- POSTCreate Project
- GETGet Project
- PUTUpdate Project
- DELDelete Project
- GETList User Project Collaborators
- POSTCreate User Project Collaborators
- GETList Group Project Collaborators
- POSTCreate Group Project Collaborators
- DELDelete User Project Collaborator
- PATCHUpdate User Project Collaborator
- DELDelete Group Project Collaborator
- PATCHUpdate Group Project Collaborator
- POSTGet Projects V2
- GET
References
projects
Get Collaborator Roles
GET
/
v2
/
collaborator_roles
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."
}
]
Authorizations
Response
200 - application/json
Successful Response
The response is of type object[]
.
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."
}
]
Assistant
Responses are generated using AI and may contain mistakes.