---
title: "Get Applicant SMS Messages"
method: GET
path: "/v2/applicants/{id}/sms_messages"
tags: ["Applicants"]
---

# Get Applicant SMS Messages

`GET /v2/applicants/{id}/sms_messages`

Accessing Applicant SMS Messages

## Path parameters

- `id` string, required

## Response `200`

OK

- ApplicantSmsMessagesResponse
  - `sms_messages` SmsMessage[], required
    - `id` string, required — Unique identifier for the SMS message
    - `body` string, required — The body of the SMS message
    - `country_code` string, required — The country code of the SMS message
    - `from_number` string, required — The from number of the SMS message
    - `to_number` string, required — The to number of the SMS message
    - `created_at` string, datetime, required — The date and time the SMS message was created
    - `sent_at` string, datetime, required — The date and time the SMS message was sent
    - `delivery_status` string, required — The delivery status of the SMS message
    - `phone_platform` string, required — The platform the SMS message was sent from
    - `message_type` string, required — The type of the SMS message
    - `media_type` string — The type of media the SMS message contains
    - `media_url` string — The URL of the media the SMS message contains
    - `user` object — The user who sent the SMS message
      - `id` string, required — Unique identifier for the user
      - `name` string, required — The name of the user
      - `email` string, required — The email of the user
    - `stage` object — The stage the SMS message was sent from
      - `id` string — Unique identifier for the stage
      - `title` string — The title of the stage
    - `funnel` object — The funnel the SMS message was sent from
      - `id` string — Unique identifier for the funnel
      - `title` string — The title of the funnel
  - `pagination` Pagination, required
    - `first` integer — The first available page
    - `last` integer — The last available page
    - `previous` integer, nullable — The previous page
    - `current` integer — The current page
    - `next` integer, nullable — The next available page

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
