Get Project
Get Project
Retrieve a specific project by its ID
GET
Get Project
Get Project
Retrieve detailed information about a specific project using its unique identifier.Request
Headers
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
string
required
The unique identifier (UUID) of the project to retrieveExample:
550e8400-e29b-41d4-a716-446655440000Response
string
Unique identifier (UUID)
string
Organization UUID
string
Project name
string | null
Project description
date | null
Project start date (YYYY-MM-DD)
date | null
Project end date (YYYY-MM-DD)
date | null
Project due date (YYYY-MM-DD)
string | null
Project type classificationPossible values:
carbon_footprint, custom, einf, iso_14064, iso_14001, iso_9001, acv, visualization, suppliers, logisticsstring | null
Reporting methodologyPossible values:
esrs, gri, glecstring
UUID of the user responsible for the project
object
Responsible user details
object | null
Parent organization info (if project is inherited from a parent org)
datetime
Timestamp when the project was created
datetime | null
Timestamp when the project was last updated
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key404 Not Found
Cause: Project not found or doesn’t belong to your organization422 Validation Error
Cause: Invalid project ID formatRelated Endpoints
List Projects
Retrieve all projects
Update Project
Modify project details
Delete Project
Remove a project
Link Entities
Link entities to a project