Skip to main content

Get Dashboard Metrics

GET 

/api/starshipit/integration-instances/:integration_instance/dashboard

Returns aggregated operational metrics for the instance:

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

  • totalOrders — total orders in the local cache.
  • ordersByStatus — count per order status. Statuses: Unshipped, Printed, Shipped, Delivered, Saved, Cancelled, Archived, Error, Unknown (every status is present, zero-filled).
  • ordersByCarrier — top carriers by order count (up to 20).
  • unprocessedWebhookEvents / failedWebhookEvents — inbound webhook events not yet processed, and events that recorded an error.
  • unlinkedOrders — cached orders not linked to a sales order fulfillment.
  • ordersLastSyncedAt / trackingInfoLastUpdatedAt — ISO-8601 timestamps of the most recent order sync and tracking refresh (null when never run).
  • ordersChart — orders per day for the last 30 days, zero-filled so the series is continuous.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type