---
title: "Retrieve ArtifactTypes"
method: GET
path: "/v3/artifactTypes"
tags: ["Artifact Types"]
---

# Retrieve ArtifactTypes

`GET /v3/artifactTypes`

Returns a list of all ArtifactTypes

## Query parameters

- `tql` string
- `fields` string[]
- `count` string
- `sorting` string

## Response `200`

The ArtifactTypes

- 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)
