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
}
]
}Projects
List all projects
Returns all projects in the organization associated with the API key.
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
}
]
}Was this page helpful?
⌘I