# List products Endpoint: GET /api/user/v1/projects/{project_id}/products Version: 2.0 Security: projectUserJwtAuth ## Query parameters: - `limit` (integer) - `offset` (integer) - `locale` (string) ## Path parameters: - `project_id` (integer, required) ## Response 200 fields (application/json): - `items` (array) - `items.product_id` (integer, required) Example: "12345" - `items.product_external_id` (string,null) Example: "ProductExternalId" - `items.product_group_id` (string,null) Example: "TestGroupId" - `items.product_name` (string, required) Example: "Product name" - `items.product_description` (string,null) Example: "Localized product description" - `has_more` (boolean, required)