- Projects
- Get All Projects
Projects
Get All Projects
This endpoint retrieves all projects created by the user.
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
curl --request GET \
--url https://cloud.mindsdb.com/api/projects/ \
--cookie '{session=273trgsehgrui3i2riurwehe}'
[
{
"name": "mindsdb"
}
]