---
title: "Resolve generated verifiers for an exact context version"
method: POST
path: "/experimental/context/lineages/{lineageId}/verifiers/resolve"
tags: ["Context"]
---

# Resolve generated verifiers for an exact context version

`POST /experimental/context/lineages/{lineageId}/verifiers/resolve`

Pins a visible lineage to one exact registered context version. Pass the continuation to check that same version without following a moved lineage head.

## Path parameters

- `lineageId` string, uuid, required

## Headers

- `Authorization` string

## Request body

- object
  - `contextVersionId` string, uuid
  - `continuation` string

## Response `200`

Default Response

- union
  - object
    - `data` object, required
      - `contextVersionId` string, uuid, nullable, required
      - `extractionId` string, uuid, required
      - `workflowId` string, required
      - `continuation` string, required
      - `startedAt` string, date-time, nullable, required
      - `status` 'complete', required
      - `error` string, nullable, required
      - `completedAt` string, date-time, nullable, required
      - `digest` string, required
      - `verifiers` object[], required
        - `name` string, required
        - `instruction` string, required
        - `relevant_when` string, required
        - `context` string, required
        - `scope` union, required
          - 'file'
          - 'paths'
          - 'diff'
        - `scope_reason` string, required
        - `checklist` object[], required
          - `name` string, required
          - `rule` string, required
          - `relevant_when` string
        - `content` object
          - `containsAny` string[]
          - `containsAll` string[]
          - `regexAny` string[]
          - `regexAll` string[]
          - `notContainsAny` string[]
          - `notRegexAny` string[]
        - `references` object[]
          - `type` union
            - 'file'
            - 'user'
          - `filename` string
          - `file` string
          - `title` string
          - `line_no` integer
          - `note` string
        - `project_when` object
        - `covered_by` object[]
          - `type` union, required
            - 'lint'
            - 'test'
            - 'other'
          - `target` string, required
          - `hash` string, required
          - `verifier_fingerprint` string, required
          - `note` string
  - object
    - `data` object, required
      - `contextVersionId` string, uuid, nullable, required
      - `extractionId` string, uuid, required
      - `workflowId` string, required
      - `continuation` string, required
      - `startedAt` string, date-time, nullable, required
      - `status` 'failed', required
      - `error` string, nullable, required
      - `completedAt` string, date-time, nullable, required
      - `digest` unknown, required
      - `verifiers` unknown, required

## Other responses

- `202` — Default Response
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

## Changes

- **2026-09-15** `d50a02b79ad3` — 2 info
  - added the optional property `error/code` to the response with the `403` status
  - added the optional property `error/url` to the response with the `403` status
- **2026-09-15** `050f3217cf2c` — 1 breaking, 3 info
  - response property `data/contextVersionId` list-of-types was widened by adding types `null` to media type `application/json` of response `202`
  - added `subschema #1, subschema #2` to the response body `anyOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the response body `anyOf` list for the response status `200`
  - added the required property `data/extractionId` to the response with the `202` status
- **2026-09-12** `d5615cbabaa7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/experimental/context/lineages/:lineageId/verifiers/resolve/post.md)

---

[API](https://skmtc.dev/tessl/apis/tessl-api.md) · [All operations](https://skmtc.dev/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tessl/apis/tessl-api/revisions/288d28ba107c?raw)
