---
title: "Get sent update request"
method: GET
path: "/sheets/{sheetId}/sentupdaterequests/{sentUpdateRequestId}"
tags: ["updateRequests"]
---

# Get sent update request

`GET /sheets/{sheetId}/sentupdaterequests/{sentUpdateRequestId}`

Gets the specified sent update request on the sheet.

## Response `200`

SentUpdateRequest object

- SentUpdateRequest — An abbreviated representation of a sent update request.
  - `id` number — The ID of the sent update request.
  - `updateRequestId` number — The ID of the originating update request.
  - `message` string — The message of the email. Max 10000 characters.
  - `sentAt` union
    - string, date-time
    - number
  - `sentBy` MiniUser — MiniUser Object
    - `email` string, email
    - `name` string
  - `sentTo` union — Specifies the recipient of an email. The recipient may be either an individual or a group. To specify an individual, set the email attribute; to specify a group, set the groupId attribute. Either email and groupId may be set, but not both.
    - RecipientIndividual — Specifies the recipient of an [Email](/api/smartsheet/openapi/schemas/email). The recipient may be either an individual or a group. To specify an individual, set the `email` attribute; to specify a group, set the `groupId` attribute. Either `email` and `groupId` may be set, but not both.
      - `email` string, email — The email address of an individual recipient.
    - RecipientGroup — Specifies the recipient of an [Email](/api/smartsheet/openapi/schemas/email). The recipient may be either an individual or a group. To specify an individual, set the `email` attribute; to specify a group, set the `groupId` attribute. Either **email** and `groupId` may be set, but not both.
      - `groupId` number — The ID of a group recipient.
  - `status` 'CANCELED' | 'COMPLETE' | 'PENDING' — The status of the sent update request.
  - `subject` string — The subject of the email.
  - `columnIds` number[] — The IDs of columns included in the request.
  - `rowIds` number[] — The IDs of rows where an update is requested.
  - `includeAttachments` boolean — Indicates whether the attachments were included in the email.
  - `includeDiscussions` boolean — Indicates whether the discussions were included in the email.

---

[API](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/smartsheet-openapi-reference/versions/b4afda95fb51/schema)
