---
title: "Get"
method: GET
path: "/catalog/technologies/{catalogTechnologyId}"
tags: ["Catalog Technologies"]
---

# Get

`GET /catalog/technologies/{catalogTechnologyId}`

Find a technology

## Path parameters

- `catalogTechnologyId` string, required

## Response `200`

OK

- object
  - `catalogTechnology` CatalogTechnology, required
    - `category` string
    - `color` 'blue' | 'green' | 'yellow' | 'orange' | 'red' | 'beaver' | 'dark-blue' | 'purple' | 'pink' | 'white' | 'grey' | 'black', required
    - `deprecatedAt` string, date-time
    - `description` string — Technical description for the technology, avoid marketing language
    - `docsUrl` string — Documentation or readme url
    - `iconUrlDark` string, nullable, required — Icon that only works on dark backgrounds
    - `iconUrlLight` string, nullable, required — Icon that only works on light backgrounds
    - `name` string, required — Long verbose name
    - `nameShort` string — Short one or two word name to show in places with limited space
    - `provider` 'aws' | 'azure' | 'gcp' | 'microsoft' | 'salesforce' | 'atlassian' | 'apache' | 'supabase' | 'null', nullable, required
    - `rejectionMessage` string — If rejected, detail description of why
    - `rejectionReason` 'duplicate' | 'incomplete' | 'invalid' | 'other'
    - `restrictions` CatalogRestriction[], nullable, required — Restriction on which model object or connections this technology can be added to
    - `status` 'approved' | 'pending-review' | 'rejected' | 'null', nullable
    - `type` 'data-storage' | 'deployment' | 'framework-library' | 'gateway' | 'other' | 'language' | 'message-broker' | 'network' | 'protocol' | 'runtime' | 'service-tool' | 'null', nullable, required
    - `updatesUrl` string — Release notes or changelog url
    - `websiteUrl` string — Landing page website url
    - `awsXmlSelector` string
    - `azureUpdatesKeyword` string
    - `createdAt` string, date-time, required
    - `createdBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `createdById` string, required
    - `defaultSlug` string — URL path name for the technology, used by stackfeed
    - `deletedAt` string, date-time
    - `deletedBy` 'user' | 'api-key' | 'notification-key' | 'service'
    - `deletedById` string
    - `disabled` boolean, required — Whether the technology is disabled and not visible to users
    - `iconUrl` string, nullable, required — Use either iconUrlDark or iconUrlLight
    - `id` string, required
    - `organizationId` string, nullable, required — Organization that owns this technology, or null if its publicly accessible
    - `slugs` string[] — Current and historical url path names used for the technology, used by stackfeed
    - `updatedAt` string, date-time, required
    - `updatedBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `updatedById` string, required
    - `updatesXmlUrl` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Resource Exhausted
- `500` — Internal Server

---

[API](https://skmtc.net/icepanel/apis/icepanel-api.md) · [All operations](https://skmtc.net/icepanel/apis/icepanel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/icepanel/icepanel-api/revisions/e9ab2ff0f435/schema)
