---
title: "Get Project Software"
method: GET
path: "/projects/{project_id}/eol_software"
---

# Get Project Software

`GET /projects/{project_id}/eol_software`

## Path parameters

- `project_id` string, uuid, required

## Response `200`

Successful Response

- EolSoftwareFirst[]
  - `id` string, uuid, required
  - `productName` string, required
  - `lts` boolean, nullable
  - `productPermalink` string, nullable
  - `productNote` EolSoftwareNote
    - `id` string, uuid, nullable
    - `noteContent` string, nullable
    - `userProfile` string, nullable
  - `releaseCycle` string, required
  - `releaseDate` string, date, nullable
  - `artifactType` string, required
  - `eolDate` string, date, required
  - `imageName` string, required
  - `imageTag` string, required
  - `imageLabels` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/xeol/apis/fastapi.md) · [All operations](https://skmtc.dev/xeol/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xeol/fastapi/revisions/545d83b42156/schema)
