List Projects
List Projects
Retrieve all projects in your organization with extended information
GET
List Projects
List Projects
Retrieve all projects in your organization including extended metadata such as file counts, widget counts, task counts, and task completion progress.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faResponse
Returns an array of project objects with extended information.Unique identifier (UUID)
Organization UUID
Project name
Project description
Project start date (YYYY-MM-DD)
Project end date (YYYY-MM-DD)
Project due date (YYYY-MM-DD)
Project type classificationPossible values:
carbon_footprint, custom, einf, iso_14064, iso_14001, iso_9001, acv, visualization, suppliers, logisticsReporting methodologyPossible values:
esrs, gri, glecUUID of the user responsible for the project
Responsible user details
Parent organization info (if project is inherited from a parent org)
Extended project metadata
Timestamp when the project was created
Timestamp when the project was last updated
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key404 Not Found
Cause: Organization not foundx-organization-id header contains a valid organization UUID.
Use Cases
Track Project Progress
Monitor task completion across all projects:Filter Projects by Type
Find all carbon footprint projects:Related Endpoints
Get Project
Get a specific project by ID
Create Project
Create a new project
Link Entities
Link entities to a project
Update Project
Modify project details

