List recorded inventory changes for a Steam account
Returns the change log of inventory items added, updated, or removed for a Steam account in a workspace, newest first. Results are paginated through a cursor, and an account with no recorded changes returns an empty list.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://loading/analytics.v1.Analytics/ListInventoryItemChanges" \ -H "Content-Type: application/json" \ -d '{ "accountName": "trade_bot_01", "limit": 50 }'{
"changes": [
{
"assetId": "38502819374",
"observedAt": "2026-06-29T11:42:13Z",
"action": "created",
"classId": "5564148233",
"instanceId": "188530139",
"marketHashName": "AK-47 | Redline (Field-Tested)",
"appId": 730,
"contextId": "2",
"amount": "1"
}
],
"nextCursor": "eyJvIjoiMjAyNi0wNi0yOVQxMTo0MjoxM1oiLCJhIjoiMzg1MDI4MTkzNzQifQ=="
}{
"code": "invalid_argument",
"message": "The request was malformed, such as a missing required field or an unparseable cursor."
}{
"code": "unauthenticated",
"message": "The request lacks a valid API key in the Authorization header."
}{
"code": "permission_denied",
"message": "The API key is not allowed to perform this action on this workspace."
}{
"code": "resource_exhausted",
"message": "The request was rate limited. Slow down and retry later."
}{
"code": "internal",
"message": "An internal server error occurred."
}GetPricing
Returns the most recent price, bid, listing count, volume, and liquidity figures for one or more items, optionally narrowed to specific market sources. Every monetary value is reported in US cents. The response's truncated flag is set when more matching rows exist than the deterministic row cap this endpoint returns, signalling that the entries are an incomplete prefix rather than the full match.
ListAuditEntries
Lists audit log entries for the caller's workspace, optionally filtered by object type, action type, or exact event type. There is no workspace_id request field; the scope is always the caller's own workspace, except for a platform administrator, who reads across every workspace plus the entries tied to no workspace. Results are paginated; pass the returned cursor to fetch the next page.