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