fetchItemJobRecords
Fetches job records for a specific item.
Parameters
| Parameter | Type | Default | Notes |
|---|---|---|---|
| id Required | string |
The ID of the item. |
|
| options Required | IHubJobRecordRequestOptions |
The options for fetching job records. |
Returns
A promise that resolves to an array of job records.
Function defined in packages/common/src/content/fetchItemJobRecords.ts:17