OptimizationJobListItem interface
Slim job representation returned by the LIST endpoint.
Properties
| agent | The agent targeted by this optimization job. |
| created_at | The timestamp when the job was created, represented in Unix time. |
| error | Error details — populated only on failure. |
| id | Server-assigned unique identifier. |
| progress | Progress snapshot. May be present in terminal states reflecting last-known progress. |
| status | Current lifecycle status. |
| updated_at | The timestamp when the job was last updated, represented in Unix time. |
Property Details
agent
The agent targeted by this optimization job.
agent?: OptimizationAgentIdentifier
Property Value
created_at
The timestamp when the job was created, represented in Unix time.
created_at: Date
Property Value
Date
error
id
Server-assigned unique identifier.
id: string
Property Value
string
progress
Progress snapshot. May be present in terminal states reflecting last-known progress.
progress?: OptimizationJobProgress
Property Value
status
updated_at
The timestamp when the job was last updated, represented in Unix time.
updated_at: Date
Property Value
Date