Analyze OEE trend
Beta/v1/core/analytics/oee-trendThis endpoint is idempotent. Learn more
Returns Overall Equipment Effectiveness (OEE) by production week.
Each period carries the same four terms /v1/core/analytics/oee reports for a single window, rolled up across departments and weighted by seconds rather than averaged, so a department that ran for an hour does not weigh as heavily as one that ran all week. Weeks start on Monday, and the first and last period of a window are clipped to the window itself.
Only departments with scheduled time take part: a department with no machines has no availability, so counting its output in quality would leave the three terms describing different plants. Compare two windows by calling this twice.
starts_atstring (date-time)The start date for the analysis period.
ends_atstring (date-time)The end date for the analysis period.
department_idsoptional array of stringRestrict the analysis to these departments.
objectstringenumValues:analyze_oee_trend_responseResource type identifier.
One entry per production week in the requested window, oldest first.
objectstringenumValues:listResource type identifier.
page_infoobjectPagination metadata.
next_page_urlstringnullableRelative URL that fetches the next page of results.
previous_page_urlstringnullableRelative URL that fetches the previous page of results.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of objectResources in this page.
starts_atstring (date-time)The first instant this period covers. Weeks start on Monday; the first and last periods of a window are clipped to the window itself.
ends_atstring (date-time)The instant this period ends, exclusive.
good_unitsnumberThe number of good units produced.
waste_unitsnumberThe number of waste units.
seconds_unitsnumberThe number of seconds units.
standard_seconds_earnednumberThe time this output should have taken at each production step's own labor rate: ideal cycle time multiplied by the units produced.
scheduled_secondsnumberPlanned time net of not-scheduled downtime, in seconds.
run_time_secondsnumberScheduled time net of availability losses, in seconds.
availability_loss_secondsnumberLogged downtime charged against availability, in seconds.
not_scheduled_secondsnumberTime nobody planned to run, removed from the denominator rather than counted as a loss.
availability_pctnumbernullableRun time divided by scheduled time.
performance_pctnumbernullableStandard seconds earned divided by run time.
quality_pctnumbernullableGood units divided by total units produced.
oee_pctnumbernullableAvailability multiplied by performance multiplied by quality.
measurement_statusstringenumValues:measuredestimatedWhether availability was measured from logged downtime or estimated from runtime.
downtime_event_countintegerNumber of downtime events overlapping this period.
Responses
Successful response for Analyze OEE trend