# List productions (filter by generator/date range) **GET /productions** List all productions, optionally filtered by generatorId and startDate/endDate (YYYY-MM-DD) ## Servers - http://localhost/api/v1: http://localhost/api/v1 () - https://localhost/api/v1: https://localhost/api/v1 () ## Parameters ### Query parameters - **generatorId** (string) Generator ID (UUID) - **startDate** (string) Start date (YYYY-MM-DD) - **endDate** (string) End date (YYYY-MM-DD) ## Responses ### 200 OK #### Body: application/json (array[object]) - **createdAt** (string) - **date** (string) - **generatorCapacity** (number) - **generatorId** (string) - **id** (string) - **isRenewable** (boolean) - **productionMw** (number) - **typeName** (string) - **updatedAt** (string) ### 400 Bad Request #### Body: application/json (object) - **code** (integer) - **error** (string) - **message** (string) ### 500 Internal Server Error #### Body: application/json (object) - **code** (integer) - **error** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)