Returns a paginated list of activity events for the entity. Activity events are created automatically by every mutating API endpoint via the logActivity() helper. This is a READ-ONLY surface.
No POST endpoint. Activity log entries are created automatically by other endpoints. Attempting POST returns 405 Method Not Allowed.
Documentation Index
Fetch the complete documentation index at: https://docs.arcuserp.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
Filter by action string (e.g. account.created, product.updated).
Filter by resource type (e.g. account, product, order).
Filter by resource UUID.
Filter by actor type.
user, api_key, system Filter by actor id (user_id or api_key_id).
Return events created after this timestamp (ISO 8601).
Return events created before this timestamp (ISO 8601).
Full-text search across description, resource_label, user_name.
Number of events to return (max 100).
1 <= x <= 100Cursor for pagination. Pass the id of the last event from the previous page.