api.jobs.timeline.response
GET /job/{jobDisplayId}/timeline— ACPortal
Python
api.jobs.timeline.response(job_display_id: int) -> TimelineResponse
CLI
ab jobs timeline response <job_display_id>
GET /job/{jobDisplayId}/timeline — full wrapper response.
Returns :class:~ab.api.models.jobs.TimelineResponse with tasks,
status metadata, SLA info, and on-hold entries.
Response
Returns TimelineResponse.
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Operation success flag |
|
|
no |
Error message if failed |
|
|
no |
Timeline task list |
|
|
no |
Active on-hold entries |
|
|
no |
SLA days |
|
|
no |
Delivery service provider |
|
|
no |
Current job sub-management status |
|
|
no |
Job booked date |