api.jobs.tracking.v3
GET /v3/job/{jobDisplayId}/tracking/{historyAmount}— ACPortal
Python
api.jobs.tracking.v3(job_display_id: int, history_amount: int = 10) -> TrackingInfoV3
CLI
ab jobs tracking v3 <job_display_id> <history_amount>
GET /v3/job/{jobDisplayId}/tracking/{historyAmount}
Path parameters — TrackingV3Params
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Number of tracking history entries to return |
Response
Returns TrackingInfoV3.
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Detailed tracking entries |
|
|
no |
Carrier metadata |
|
|
no |
Overall status |
|
|
no |
Status entries with date, code, message, carrierProps |
|
|
no |
Carrier information list |