v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01703301564.3 KB
Projects

Get all projects

Returns all projects visible to the authenticated user. Admins and SuperAdmins see all projects in the organization; other roles see only projects they own or are members of.

get/projects

Response

List of projects retrieved successfully

messagestring

Example response

{
  "message": "OK",
  "data": [
    {
      "id": 42,
      "uc_id": "UC-7",
      "project_title": "Customer Support Chatbot",
      "owner": 1,
      "geography": 1,
      "framework": [
        {
          "name": "EU AI Act"
        }
      ],
      "_source": "jira-assets"
    }
  ]
}