Projects

Get Projects

get

Get all projects a user has access to

Authorizations
Responses
200
Successful Response
application/json
get
GET /v2/projects HTTP/1.1
Host: api.mlfoundry.com
Authorization: Bearer fkey_<key>
Accept: */*
200

Successful Response

[
  {
    "fid": "proj_abc123456",
    "name": "text",
    "created_at": "2024-01-01T00:00:00Z"
  }
]