Skip to main content
GET
Get current cutover state

Authorizations

Authorization
string
header
required

API key issued per entity via Settings > Developers > API Keys. Each key carries scopes (e.g. orders:read, products:write). Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.

Path Parameters

entity_id
string<uuid>
required

Response

Cutover status

Current cutover state + recent action history.

object
enum<string>
Available options:
cutover_status
entity_id
string<uuid>
frozen
boolean
current_state
enum<string>
Available options:
idle,
frozen,
snapshotting,
swapped,
verified,
rolled_back
frozen_at
string<date-time> | null
frozen_reason
string | null
snapshot_id
string | null
latest_action
object | null

Single entry in the cutover audit log (append-only).

recent_log
object[]