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"
}
]
}