---
title: "Retrieve Framework"
method: GET
path: "/frameworks/{id}/"
tags: ["Technologies (Frameworks)"]
---

# Retrieve Framework

`GET /frameworks/{id}/`

## Path parameters

- `id` string, required — A unique Base58 value identifying this object.

## Response `200`

- Framework — Return serializer_class with all fields as read_only except key. The key is the field use to retrieve the object in `to_internal_value`. This is for the drf-spectacular documentation generation.
  - `id` string, required — A unique Base58 value identifying this object.
  - `name` string, required — Name of the technology. For example, "PHP, "SQLite", "Python", "Apache", or "Wordpress". The maximum lenght is 255 characters.
  - `desc` string, nullable, required — Description of the technology. Defaults to "".

## Other responses

- `400`
- `401`
- `404`
- `500`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/revisions/e29879bff01b/schema)
