---
title: "GET /v1/users/{userId}/innovations"
method: GET
path: "/v1/users/{userId}/innovations"
tags: ["[v1] Innovations owned by user"]
---

# GET /v1/users/{userId}/innovations

`GET /v1/users/{userId}/innovations`

Retrieves the user owned innovations.

## Path parameters

- `userId` string, uuid, required

## Response `200`

Success

- object[]
  - `id` string
  - `name` string
  - `collaboratorsCount` number
  - `expirationTransferDate` string

## Other responses

- `400` — Bad request

## Changes

- **2023-08-24** `6ddeb2c9e28d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/nhs/apis/admin-api-nhs-innovation-service/changes/v1/users/:userId/innovations/get.md)

---

[API](https://skmtc.dev/nhs/apis/admin-api-nhs-innovation-service.md) · [All operations](https://skmtc.dev/nhs/apis/admin-api-nhs-innovation-service/llms.txt) · [OpenAPI document](https://skmtc.dev/nhs/apis/admin-api-nhs-innovation-service/revisions/795ad2980be7?raw)
