---
title: "GET /user/{userId}/work"
method: GET
path: "/user/{userId}/work"
tags: ["user"]
---

# GET /user/{userId}/work

`GET /user/{userId}/work`

Get works which the specified user is included as author

## Path parameters

- `userId` string, required

## Response `200`

Success get works which the specified user is included as author

- ResGetWorkWork
  - `works` ResGetWorkWorkObjectWork[], required
    - `workId` string, required
    - `name` string, required
    - `description` string, required
    - `firstFile` object, nullable, required
      - `fileId` string, required
      - `name` string, required
    - `authors` ResGetWorkWorkObjectWorkObjectAuthor[], required
      - `userId` string, required
      - `username` string, required
      - `iconUrl` string, required
    - `tags` ResGetWorkWorkObjectWorkObjectTag[], required
      - `tagId` string, required
      - `name` string, required

## Other responses

- `403` — Authentication error, etc.
- `404` — Resource does not exist, etc.
- `500` — System error, etc.

## Changes

- **2026-02-28** `425fdfb80113` — 2 info
  - added the required property `works/items/description` to the response with the `200` status
  - added the required property `works/items/firstFile` to the response with the `200` status
- **2025-12-11** `d1d0dc4d11ca` — 1 info
  - endpoint added
- **2023-04-06** `f92abf0d64e8` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/sit-digicre/apis/digicore/changes/user/:userId/work/get.md)

---

[API](https://skmtc.dev/sit-digicre/apis/digicore.md) · [All operations](https://skmtc.dev/sit-digicre/apis/digicore/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sit-digicre/digicore/revisions/6576c966d74e/schema)
