Skip to main content
GET
/
v2
/
integrations
/
labelstudio
/
projects
Get Labelstudio Projects
curl --request GET \
  --url https://api.galileo.ai/v2/integrations/labelstudio/projects \
  --header 'Galileo-API-Key: <api-key>'
[
  {
    "name": "<string>",
    "labels": [
      "<string>"
    ]
  }
]

Authorizations

Galileo-API-Key
string
header
required

Response

200 - application/json

Successful Response

name
string
required
labels
string[]
required
I