Skip to main content
Returns all projects owned by the authenticated user.

Authentication

Requires a valid Bearer token.

Response

projects
array
List of project objects.
{
  "projects": [
    {
      "id": "a1b2c3d4-5678-90ab-cdef-1234567890ab",
      "name": "my-project",
      "description": "A web application",
      "repo_url": "https://github.com/user/repo",
      "created_at": "2025-01-15T10:30:00Z",
      "updated_at": "2025-01-15T10:30:00Z"
    }
  ]
}

Errors

StatusDescription
401Unauthorized — missing or invalid token