api.jobs.tracking.get
GET /job/{jobDisplayId}/tracking— ACPortal
Python
api.jobs.tracking.get(job_display_id: int) -> TrackingInfo
CLI
ab jobs tracking get <job_display_id>
GET /job/{jobDisplayId}/tracking
Response
Returns TrackingInfo.
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Current tracking status |
|
|
no |
Current location |
|
|
no |
ETA |
|
|
no |
Tracking event history |
|
|
no |
Carrier |
|
|
no |
PRO number |
|
|
no |
Tracking status entries with date, message, code |
|
|
no |
Whether the tracking lookup succeeded |
|
|
no |
Error message if lookup failed |