---
title: "Get Outreach Correspondences for a Provider Credentialing Workflow"
method: GET
path: "/v2/credentialing-workflows/{id}/outreach-correspondences"
tags: ["v2/credentialing-workflows"]
---

# Get Outreach Correspondences for a Provider Credentialing Workflow

`GET /v2/credentialing-workflows/{id}/outreach-correspondences`

Returns outreach correspondences for the specified workflow with snake_case external field names.

## Path parameters

- `id` string, required

## Headers

- `organization-id` string

## Response `200`

- WorkflowOutreachCorrespondencesResponseDto
  - `data` WorkflowOutreachCorrespondenceDto[], required
    - `workflow_id` string, required
    - `organization_id` string, required
    - `provider_id` string
    - `outreach_correspondence_id` string
    - `data` OutreachCorrespondenceDataDto, required
      - `to` string[]
      - `reason` string
      - `subject` string
      - `body` string
      - `entityType` string
      - `entityId` string
      - `numberOfAttachments` number
      - `attachments` OutreachAttachmentDto[]
        - `content` string
        - `disposition` string
        - `filename` string
        - `type` string
      - `ccEmailAddress` string
    - `created_at` string
    - `created_by` string
    - `created_by_name` string
    - `updated_by` string
    - `id` string, required
    - `method` string
    - `note` string
    - `reason` string[]
    - `outcome` string
    - `direction` string
    - `phone` string
    - `sg_message_id` string
    - `root_message_id` string
  - `count` number, required

## Other responses

- `401` — Unauthorized if authorization token is not provided or invalid.
- `403` — Forbidden if user access is not right.
- `404` — Resource not found.

---

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