v51

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

Get a project by ID

Returns a single project with its frameworks, owner name, members, and approval status.

get/projects/{id}

Path parameters

idinteger required
Example:1

The numeric project ID

Response

Project found

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"
      }
    ],
    "owner_name": "John Doe"
  }
}