Skip to main content
GET
https://ageneral.ai
/
v1
/
projects
List projects
curl --request GET \
  --url https://ageneral.ai/v1/projects \
  --header 'Authorization: Bearer <token>'
{
  "projects": [
    {
      "id": "<string>",
      "userId": "<string>",
      "name": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Ageneral session JWT. Obtain through web sign-in or extension OAuth.

Response

Success

projects
object[]