Skip to main content

Get Activity Log

GET 

/api/starshipit/integration-instances/:integration_instance/activity-log

Paginated activity-log entries for a whole Starshipit connection — the instance-level Activity Log tab. Combines connection/settings changes on the integration instance with every order-level activity for orders belonging to this instance. Each entry: id, log_name, description, event (created/updated/deleted), subject_type, subject_id, properties (changed attributes), causer_name, created_at. Ordered newest first.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Pagination: page (default 1), per_page (default 15).

Authentication: Requires Bearer token.

Filters: filter[event] (exact event), filter[source] (matches properties->source), filter[batch_uuid] (exact batch uuid), filter[search] (LIKE over causer name / properties / event / description).

Request

Responses

OK

Response Headers
    Content-Type