---
title: "Get user resources"
method: GET
path: "/user/{identifier}/resources"
tags: ["user"]
---

# Get user resources

`GET /user/{identifier}/resources`

Get the resource counts (Sessions, Disks, Skills) associated with a user

## Path parameters

- `identifier` string, required

## Response `200`

OK

- object
  - `code` integer
  - `error` string
  - `msg` string
  - `data` ServiceGetUserResourcesOutput
    - `counts` RepoUserResourceCounts
      - `disks_count` integer
      - `sessions_count` integer
      - `skills_count` integer

## Changes

> 50 revisions in range; 1 could not be searched.

- **2026-01-12** `17315a125291` — 1 info
  - endpoint added
- **2025-11-12** `a1c1bcb0e2ee` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/memodb-io/apis/acontext-api/changes/user/:identifier/resources/get.md)

---

[API](https://skmtc.dev/memodb-io/apis/acontext-api.md) · [All operations](https://skmtc.dev/memodb-io/apis/acontext-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/memodb-io/acontext-api/revisions/c8775333b1ed/schema)
