---
title: "Get a single facility outreach with emails and replies"
method: GET
path: "/facility-credentialing-outreaches/{outreachId}/details"
tags: ["Facility Credentialing Outreach Resource"]
---

# Get a single facility outreach with emails and replies

`GET /facility-credentialing-outreaches/{outreachId}/details`

Returns the details of a facility outreach including all its emails, their replies, and a timeline

## Path parameters

- `outreachId` string, required

## Headers

- `tenant-id` string, required

## Response `200`

Outreach detail retrieved successfully

- OutreachDetailResponse — Response containing outreach details including emails, replies, and timeline
  - `id` string
  - `tenantId` string
  - `workflowId` string
  - `outreachType` string
  - `reasons` OutreachReasonWithLabel[] — List of outreach reasons with IDs and labels. Note: This field changed from List<String> to List<OutreachReasonWithLabel> to provide enriched reason information with labels.
    - `id` string — Unique identifier for the outreach reason
    - `label` string — Display label for the outreach reason
  - `active` boolean
  - `attemptsCount` integer
  - `lastAttemptedAt` string, date-time
  - `workflowStatus` string
  - `createdBy` string
  - `createdByName` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `emails` EmailWithReplies[]
    - `id` string
    - `subject` string
    - `body` string
    - `fromAddress` string[]
    - `toAddresses` string[]
    - `ccAddresses` string[]
    - `bccAddresses` string[]
    - `direction` string
    - `deliveryStatus` string
    - `engagementData` string
    - `dispatched` boolean
    - `sendgridId` string
    - `statusCode` integer
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `replies` EmailReply[]
      - `id` string
      - `subject` string
      - `body` string
      - `fromAddress` string[]
      - `toAddresses` string[]
      - `ccAddresses` string[]
      - `direction` string
      - `deliveryStatus` string
      - `createdAt` string, date-time
      - `updatedAt` string, date-time
      - `attachments` Attachment[]
        - `id` string
        - `name` string
        - `type` string
        - `size` integer
    - `attachments` Attachment[]
      - `id` string
      - `name` string
      - `type` string
      - `size` integer
  - `timeline` TimelineItem[]
    - `id` string
    - `title` string
    - `date` string, date-time
    - `type` string
    - `status` string

## Other responses

- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `404` — Outreach not found
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/3d27e9019c7b/schema)
