Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://loading/contracts.v1.Contracts/ListAssetIDLinks" \ -H "Content-Type: application/json" \ -d '{ "workspaceId": "AAECAwQFBgcICQoLDA0ODw==", "inventoryItemId": "aW52ZW50b3J5LWl0ZW0tMDAx", "limit": 50, "cursor": "" }'{
"assetIdLinks": [
{
"id": "bGluay0wMDE=",
"inventoryItemId": "aW52ZW50b3J5LWl0ZW0tMDAx",
"purchaseId": "MDEyMzQ1Njc4OWFiY2RlZg==",
"workspaceId": "AAECAwQFBgcICQoLDA0ODw==",
"step": 0,
"assetId": "29384710293",
"previousAssetId": "",
"source": "listing",
"sourceId": "csfloat-listing-8731",
"createdAt": "2026-04-10T08:30:00Z"
},
{
"id": "bGluay0wMDI=",
"inventoryItemId": "aW52ZW50b3J5LWl0ZW0tMDAx",
"purchaseId": "MDEyMzQ1Njc4OWFiY2RlZg==",
"workspaceId": "AAECAwQFBgcICQoLDA0ODw==",
"step": 1,
"assetId": "29384710999",
"previousAssetId": "29384710293",
"source": "purchase_trade",
"sourceId": "trade-offer-4412",
"createdAt": "2026-04-10T09:12:00Z"
}
],
"nextCursor": ""
}Fetch a single inventory item by ID.
Returns the inventory item identified by inventory_item_id. Inventory items track an owned asset from receipt through listing and sale, including the current Steam asset_id.
List inventory item IDs in a workspace.
Returns a paged list of inventory item IDs owned by the workspace. Supports filtering by contract_id and lifecycle status. Use GetInventoryItem or GetInventoryItems to hydrate the full records.