Skip to content

GET /{product_key}/stats

Get Product Stats

GET
/product/{product_key}/stats

Retrieve KPI statistics for a product.

Runs the GET_PRODUCT_STATS query and returns aggregated metrics such as
throughput time, yield rate, and production counts within the product's
configured KPI window.

Emits: (direct query — no event class)

Required scope: product:catalogue:read

Authorizations

OAuth2PasswordBearer
password Flow
Token URL"/api/auth"
Scopes:
  • "admin"User can access and edit users and system settings
  • "library"User can access and edit products
  • "production"User can access and edit production plans
  • "operator"User can access the operator panel and make production declarations

Parameters

Path Parameters

product_key*
Type
string
Required

Responses

Successful Response

application/json
JSON
{
  
"additionalProperties": "string"
}

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.