Retrieve a contract's offer checklist

Retrieve the live offer checklist for a contract. Return the currently applicable pre-offer checks for the contract using YunoJuno's checklist mechanics. The response is evaluated at request time and includes all applicable checks in checklist order, plus actor-specific plain-text copy where available. Offer checklists are primarily hirer-facing. When a check does not define freelancer copy, `actor_copy.freelancer` is `null`. Any `action_url` returned in actor copy is a fully qualified URL. Consumers must not assume the URL points to a `yunojuno.com` domain.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

contract_idstringRequiredformat: "^ct_c[a-z0-9]{24}$"

Response

dataobject

The evaluated checklist for a contract action.

Each response is generated from YunoJuno’s live contract checklist mechanics at request time. Results are returned in checklist order and include actor-specific plain-text copy where available.

The contract and checklist type are implied by the endpoint you called, so the response body only contains the evaluated checklist itself.

Any action_url values are fully qualified URLs and may point either to YunoJuno surfaces or to third-party systems involved in completing the check.