Skip to main content
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_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Path Parameters

string
required
The unique identifier (UUID) of the project to retrieveExample: 550e8400-e29b-41d4-a716-446655440000

Response

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, logistics
string | null
Reporting methodologyPossible values: esrs, gri, glec
string
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 key
Solution: Verify your API key is valid and active.

404 Not Found

Cause: Project not found or doesn’t belong to your organization
Solution: Verify the project ID exists and belongs to the organization specified in the header. Projects from parent organizations are also accessible.

422 Validation Error

Cause: Invalid project ID format
Solution: Ensure the project ID is a valid UUID format.

List Projects

Retrieve all projects

Update Project

Modify project details

Delete Project

Remove a project

Link Entities

Link entities to a project