---
title: "GET /v1/smslogs/{id}"
method: GET
path: "/v1/smslogs/{id}"
tags: ["SmsLog"]
---

# GET /v1/smslogs/{id}

`GET /v1/smslogs/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- SmsLogQueryResult
  - `totalItems` integer
  - `items` SmsLog[], nullable
    - `id` integer
    - `accountId` integer
    - `departmentId` integer
    - `createdUserId` integer
    - `messageBody` string, nullable
    - `numbers` string, nullable
    - `status` integer
    - `startDate` string, date-time
    - `endDate` string, date-time
    - `createdAt` string, date-time
    - `timerId` string, nullable
    - `updatedAt` string, date-time, nullable
    - `integrationType` string, nullable
    - `linkedType` integer, nullable — Linked type of the incoming SMS, could be deal or ticket for example if null, the SMS will not appear in any of the task/deal logs it will appear only in the contact activities.
    - `linkedId` integer, nullable — Linked item id

---

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