---
title: "Read Follow Up"
method: GET
path: "/v2/follow-ups/{follow_up_id}"
tags: ["external", "external-v2"]
---

# Read Follow Up

`GET /v2/follow-ups/{follow_up_id}`

Fetch metadata for a single follow-up by ID.

## Path parameters

- `follow_up_id` string, uuid, required — UUID of the follow-up to read. The caller's assistant must own this follow-up.

## Response `200`

OK

- ReadFollowUpResponseSchema
  - `follow_up` FollowUpResponseItemSchema, required
    - `commitment_kind` string, nullable, required — Commitment kind, if set (`due` or `deadline`).
    - `completed_at` string, date-time, nullable, required — Timestamp when the follow-up was marked completed, if any.
    - `content` string, required — Current content/description of the follow-up.
    - `created_at` string, date-time, required — Creation timestamp for the follow-up in ISO 8601 format.
    - `deadline_at` string, date-time, nullable, required — Hard deadline, if any.
    - `due_at` string, date-time, nullable, required — Soft due date, if any.
    - `fired_at` string, date-time, nullable, required — Timestamp when the follow-up fired, if it has fired.
    - `id` string, uuid, required — UUID of the follow-up.
    - `project_id` string, uuid, nullable, required — Parent project UUID, if any.
    - `scheduled_for` string, date-time, required — When the follow-up is scheduled to fire.
    - `source_context_id` string, uuid, nullable, required — Identifier linking this follow-up to the agent run that created it, when applicable.
    - `status` string, required — Current follow-up status (`pending`, `fired`, `completed`, or `canceled`).
    - `task_id` string, uuid, nullable, required — Parent task UUID, if any.
    - `trigger_not_after` string, date-time, nullable, required — Latest trigger time (for `time_window` triggers).
    - `trigger_not_before` string, date-time, nullable, required — Earliest trigger time (for `time_window` triggers).
    - `trigger_type` string, nullable, required — Trigger type for the follow-up, if set.
    - `updated_at` string, date-time, required — Last modification timestamp for the follow-up in ISO 8601 format.
  - `request_id` string, required — Identifier for this API request. Useful for tracing and support.

---

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