Skip to main content
GET
Get Refinement Snapshot

Authorizations

Authorization
string
header
required

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

Path Parameters

refinement_id
string
required
version
integer
required

Response

Successful Response

Schema for a refinement snapshot — immutable version.

analysis
string | null
required
created_at
string<date-time>
required
created_by
string
required
decisions
string[] | null
required
description
string | null
required
id
string
required
in_scope
string[] | null
required
labels
string[] | null
required
out_of_scope
string[] | null
required
qa_snapshot
Qa Snapshot · object[] | null
required
refinement_id
string
required
title
string
required
version
integer
required
Last modified on May 17, 2026