1. Projects
  2. Get All Projects
GET

/projects

X-API-KEY*
curl --request GET \
     --url https://alpha.mindsdb.com/projects \
     --header 'X-API-KEY: AUTH_VALUE'

Description

This API provides a REST endpoint for listing projects.

By default, the open source version doesn’t provide Authentication methods as MindsDB Cloud. On MindsDB cloud you need to set the cookie field in the header of request e.g {session=273trgsehgrui3i2riurwehe}.

Response

array
curl --request GET \
     --url https://cloud.mindsdb.com/api/projects/ \
     --cookie '{session=273trgsehgrui3i2riurwehe}'
[
    {
        "name": "mindsdb"
    }
]

Response

array