---
title: "GET /v1beta/projects/{project}/alerts/{alert}/documents/{document}"
method: GET
path: "/v1beta/projects/{project}/alerts/{alert}/documents/{document}"
tags: ["threatintelligence"]
---

# GET /v1beta/projects/{project}/alerts/{alert}/documents/{document}

`GET /v1beta/projects/{project}/alerts/{alert}/documents/{document}`

Gets a specific document associated with an alert.

## Path parameters

- `project` string, required
- `alert` string, required
- `document` string, required

## Headers

- `x-goog-user-project` string, required

## Response `default`

Successful operation

- AlertDocument — A document that is associated with an alert.
  - `name` string — Identifier. Server generated name for the alert document. format is projects/{project}/alerts/{alert}/documents/{document}
  - `content` string — Output only. The content of the document.
  - `author` string — Output only. The author of the document.
  - `createTime` string, date-time — Output only. The time the document was created.
  - `languageCode` string — Output only. The language code of the document.
  - `title` string — Output only. The title of the document, if available.
  - `aiSummary` string — Output only. AI summary of the finding.
  - `translation` AlertDocumentTranslation — The translation of an alert document.
    - `translatedTitle` string — Output only. The translated title of the document.
    - `translatedContent` string — Output only. The translated content of the document.
  - `source` string — Output only. Source of the intel item, e.g. DarkMarket.
  - `sourceUri` string — Output only. URI of the intel item from the source.
  - `ingestTime` string, date-time — Output only. Time when GTI received the intel.
  - `collectionTime` string, date-time — Output only. Time when the origin source collected the intel.
  - `sourceUpdateTime` string, date-time — Output only. Time when the intel was last updated by the source.

---

[API](https://skmtc.net/virustotal/apis/threat-landscape.md) · [All operations](https://skmtc.net/virustotal/apis/threat-landscape/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/virustotal/threat-landscape/versions/d61b85e6a6b3/schema)
