Skip to main content
GET
/
modules
/
{module_id}
Get Module
curl --request GET \
  --url https://api.example.com/modules/{module_id}

GET /modules/

Fetch the full details of a specific PV module, including its parsed properties and AOI curve data.

Notes

  • Requires a valid JWT with read access to the workspace.
  • module_id is the workspace-scoped sequential index (not the internal database ID or the global Snowflake ID).
  • Returns 404 if no module with the given ID exists in the current workspace.
  • The response includes moduleId, globalModuleId, name, properties, and optionally aoi.
  • To list all modules in the workspace, use GET /modules.