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
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"
}
]
}