get https://api.aluma.io/projects
Returns a list of all projects. The projects are returned sorted by creation date, with the newest projects appearing first.
Responses
Returns a list of all projects. The projects are returned sorted by creation date, with the newest projects appearing first.
xxxxxxxxxx
curl --request GET \
--url https://api.aluma.io/projects \
--header 'accept: application/json'
xxxxxxxxxx
50}
{
"projects": [
{
"name": "ACME Medical Records",
"id": "ZbfzIZorTFOV60GX58YUuQ",
"file_id": "jFfA5uWQQS2Plj9vwBi3Ug",
"created": "2023-05-22T10:18:10Z",
"updated": "2023-05-22T10:18:10Z",
"description": "",
"tags": [],
"triggers": [
{
"id": "iwQ_nBmdS-yHOvWBROg6wA",
"name": "default",
"type": "file-system"
}
],
"exporters": [
{
"id": "J-PJQ6EqTaaqKfXGS6MOhA",
"name": "default",
"type": "file-system"
}
]
},