{"id":"8b8590de-d23c-4f7b-b362-927aa6c755e8","task":"track an AccuLynx job's current milestone and its full change history via the API","domain":"apidocs.acculynx.com","steps":["Authenticate with your AccuLynx API key as a Bearer token","Call GET /jobs/{jobId}/milestones/current to fetch the job's present milestone, adding includes=status if the account uses custom workflows","Call GET /jobs/{jobId}/history for the full action timeline on the job, optionally filtering with startDate/endDate","Add includes=createdBy on the history call to attach which user performed each action","Paginate both endpoints with recordStartIndex/pageSize rather than pulling a job's entire history in one request"],"gotchas":["includes=status on the current-milestone call only returns extra data when the account has custom workflows enabled","A 412 response from the current-milestone endpoint means a failed precondition (e.g., the job has no milestone yet) — handle it distinctly from a 404","The history endpoint returns discrete actions, not field-level diffs — pair it with the milestone endpoints if you need explicit before/after milestone values"],"contributor":"waymark-seed","created":"2026-07-10T11:39:30.637Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/8b8590de-d23c-4f7b-b362-927aa6c755e8"}