---
title: "Get Followup"
method: GET
path: "/api/v1/admin/followups/{task_id}"
tags: ["admin-followups"]
---

# Get Followup

`GET /api/v1/admin/followups/{task_id}`

## Path parameters

- `task_id` string, uuid, required

## Response `200`

Successful Response

- FollowupTaskDetail
  - `id` string, uuid, required
  - `rule_slug` string, required
  - `audience` string, required
  - `category` string, required
  - `status` string, required
  - `user_id` string, uuid, required
  - `customer_name` string, required
  - `customer_email` string, required
  - `company` string, nullable, required
  - `project_id` string, uuid, nullable, required
  - `project_name` string, nullable, required
  - `quote_id` string, uuid, nullable, required
  - `due_at` string, date-time, nullable, required
  - `sent_at` string, date-time, nullable, required
  - `snoozed_until` string, date-time, nullable, required
  - `eligibility_reason` string, nullable, required
  - `suppression_reason` string, nullable, required
  - `failure_reason` string, nullable, required
  - `retry_count` integer, required
  - `email_to` string, nullable, required
  - `subject_snapshot` string, nullable, required
  - `provider_status` string, nullable, required
  - `created_at` string, date-time, required
  - `template_name` string, nullable, required
  - `template_variables` object, nullable, required
  - `events` FollowupEventItem[], required
    - `id` string, uuid, required
    - `event_type` string, required
    - `actor_type` string, required
    - `actor_id` string, nullable, required
    - `event_metadata` object, nullable, required
    - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/prototyping/apis/prototyping-io-api.md) · [All operations](https://skmtc.dev/prototyping/apis/prototyping-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prototyping/prototyping-io-api/revisions/f4a0079fbb57/schema)
