List Resolutions
List resolution runs that apply Data Policies — versioned normalization rulesets — to extracted document values, mapping them to canonical forms. Cursor pagination.
Resolution means applying Data Policies — versioned normalization rulesets — to the field values produced by a completed job run. A resolution run standardizes raw extracted values so that values like country names, units, or vendor identifiers are mapped to canonical forms against your reference data.
A resolution run maps raw extracted values (e.g. "Deutschland") to canonical forms (e.g. "DE") through the rules in the applied policy: reference-data lookups, value transforms, deterministic computations, and LLM-assisted matching for ambiguous values. Each run applies the Data Policy and dialect configuration active at run time, and each run is independent, so you can resolve the same job with different configurations.
Use this endpoint to list all resolution runs in your workspace. Results support cursor-based pagination and are sorted by creation date, newest first by default.
/v1/resolutionsQuery parameters
20descResponse
Response fields
curl
Response
{
"data": [
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"source_run_id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"status": "completed",
"documents_processed": 42,
"created_at": "2024-09-14T10:32:00.000Z",
"completed_at": "2024-09-14T10:35:42.000Z",
"links": {
"self": "/v1/resolutions/a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"results": "/v1/resolutions/a1b2c3d4-e5f6-7890-abcd-ef1234567890/results"
}
}
],
"pagination": {
"total": 7,
"limit": 10,
"has_more": false,
"next_cursor": null
}
}source_run_id client-side.Errors
Error responses