Skip to main content
GET
/
api
/
runs
/
projects
List all projects
curl --request GET \
  --url https://pluto-api.trainy.ai/api/runs/projects \
  --header 'Authorization: Bearer <token>'
{
  "projects": [
    {
      "id": 123,
      "name": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "runCount": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

API key obtained from the mlop dashboard

Response

200 - application/json

List of projects

projects
object[]
required