v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
jobs

Get Job Milestone History

Get milestone history for the specified Job.

get/jobs/{jobId}/milestone-history

Path parameters

jobIdstring uuid required

The job's unique identifier

Response

OK

Example response

{
  "items": [
    {
      "name": "Prospect",
      "date": "2020-06-22T05:00:00Z"
    }
  ]
}