List LCA Portfolios
List LCA Portfolios
Retrieve a paginated list of Life Cycle Assessment portfolios
GET
List LCA Portfolios
List LCA Portfolios
Retrieve a paginated list of LCA portfolios belonging to your organization.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faQuery Parameters
Page number for pagination
Number of items per page (max 100)
Filter expression. Supports filtering by name and status.Example:
"name:My Product"Sort expression. Supports sorting by
name, created_at, updated_at.Example: "created_at:desc"Response
Array of LCA portfolio objects
Total number of LCAs matching the filter
Current page number
Number of items per page
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organizationRelated Endpoints
LCA Dashboard
Get environmental impact results for an LCA
LCA Overview
LCA API introduction and concepts