Skip to main content
GET
List cutover action log entries

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

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
starting_after
string<uuid>

Cursor for pagination (last row ID from previous page).

Response

Paginated list of cutover log entries

object
enum<string>
Available options:
list
entity_id
string<uuid>
data
object[]
has_more
boolean