---
title: "List Briefs"
method: GET
path: "/api/v2/briefs"
tags: ["Briefs"]
---

# List Briefs

`GET /api/v2/briefs`

List the caller's Monitoring Briefs with status and report URLs. Still-running Briefs are reconciled first. Requires a plan with Briefs access.

## Response `200`

The caller's Briefs.

- object
  - `briefs` object[]
    - `id` string
    - `title` string
    - `brief_type` string
    - `status` string
    - `created_at` string
    - `updated_at` string
    - `error_message` string, nullable
    - `public_url` string, nullable
    - `web_url` string

## Other responses

- `401` — Missing or invalid API key.
- `403` — Briefs are not available on your plan (`BRIEF_ACCESS_DENIED`), or the included Brief allotment is exhausted (`BRIEF_LIMIT_REACHED`).

---

[API](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2.md) · [All operations](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gdeltcloud/gdelt-cloud-api-v2/revisions/01aaa6255180/schema)
