GET /api/v1/projects/{project_id}
Requires projects.read permission.
Path parameters
UUID of the project.
Response
The requested project.
Errors
| Status | When |
|---|---|
401 | Missing or invalid Bearer token |
404 | Project not found |
Retrieve a single project by ID.
GET /api/v1/projects/{project_id}
Requires projects.read permission.
| Status | When |
|---|---|
401 | Missing or invalid Bearer token |
404 | Project not found |