Skip to main content
GET
List activity events

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.

Query Parameters

action
string

Filter by action string (e.g. account.created, product.updated).

resource_type
string

Filter by resource type (e.g. account, product, order).

resource_id
string<uuid>

Filter by resource UUID.

actor_type
enum<string>

Filter by actor type.

Available options:
user,
api_key,
system
actor_id
string

Filter by actor id (user_id or api_key_id).

date_after
string<date-time>

Return events created after this timestamp (ISO 8601).

date_before
string<date-time>

Return events created before this timestamp (ISO 8601).

Full-text search across description, resource_label, user_name.

limit
integer
default:20

Number of events to return (max 100).

Required range: 1 <= x <= 100
starting_after
string

Cursor for pagination. Pass the id of the last event from the previous page.

Response

Paginated list of activity events.

object
enum<string>
Available options:
list
data
object[]
has_more
boolean
next_cursor
string | null
url
string