---
title: "Retrieve ArtifactType by ID"
method: GET
path: "/v3/artifactTypes/{uniqueId}"
tags: ["Artifact Types"]
---

# Retrieve ArtifactType by ID

`GET /v3/artifactTypes/{uniqueId}`

Returns a single ArtifactType corresponding to provided uniqueId

## Path parameters

- `uniqueId` '1' | '2' | '3', required — param ID of the ArtifactType that needs to be fetched

## Query parameters

- `fields` string[]
- `count` string

## Response `200`

The ArtifactType

- ArtifactType
  - `id` integer
  - `name` string
  - `description` string
  - `dataType` string
  - `intelType` string
  - `derivedLink` boolean

---

[API](https://skmtc.dev/threatconnect/apis/threatconnect-api.md) · [All operations](https://skmtc.dev/threatconnect/apis/threatconnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/threatconnect/threatconnect-api/revisions/730b8a350ae7/schema)
