cURL
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 } ] }
Returns all projects in the organization associated with the API key.
API key obtained from the mlop dashboard
List of projects
Show child attributes
Was this page helpful?