Detailed log of individual threadbreak events. Includes exact stitch position within the pattern and rotation speed at the moment of the break. Returned in reverse chronological order (newest first).
Authentication
Requires the X-API-Key header.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
from | integer (query, Unix s) | yes | Start of time range. |
till | integer (query, Unix s) | yes | End of time range. |
machineIds | string (query) | yes | Machine IDs or "all". |
shift | string (query, JSON) | no | Optional shift filter. |
includeBobbinThreadbreaks | boolean (default false) | no | Include bobbin threadbreaks. |
Response (200 OK)
| Field | Type | Description |
|---|---|---|
data[].timestamp | integer | Event time in ms since epoch. |
data[].id_machine | string | |
data[].machine_name | string | |
data[].head | integer | |
data[].needle | integer | |
data[].pattern | string | Pattern ID. |
data[].pattern_stitchnumber | integer | Stitch position within the pattern at the break. |
data[].stitches | integer | Total stitches in the pattern. |
data[].rotation_speed | integer | RPM at the time of the break. |