---
title: "Get Source"
method: GET
path: "/v1/sources/{id}"
tags: ["Intelligence Sources"]
---

# Get Source

`GET /v1/sources/{id}`

Retrieve metadata for a specific custom intelligence source.

## Path parameters

- `id` string, uuid, required — Identity of the source

## Response `200`

Intelligence source corresponding to the id

- Source
  - `id` string, uuid, required — Identity of the source
  - `name` string, required — Name of the source
  - `description` string — Description of the source
  - `createdAt` string, date-time, required — Date and time the source was created
  - `updatedAt` string, date-time, required — Date and time the source was last updated

## Other responses

- `404` — Intelligence source not found

---

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