Skip to main content
GET
/
projects
List projects
curl --request GET \
  --url https://api.adaline.ai/v2/projects \
  --header 'Authorization: Bearer <token>'
{
  "projects": [
    {
      "id": "<string>",
      "title": "<string>",
      "icon": {
        "type": "emoji",
        "value": "<string>"
      },
      "createdAt": 17450965800000,
      "updatedAt": 17450965800000
    }
  ]
}

Authorizations

Authorization
string
header
required

Workspace API key. Pass as Authorization: Bearer <key>.

Response

Projects retrieved.

projects
Project Container · object[]
required