---
title: "Copy rows to another sheet"
method: POST
path: "/sheets/{sheetId}/rows/copy"
tags: ["rows"]
---

# Copy rows to another sheet

`POST /sheets/{sheetId}/rows/copy`

Copies rows from the sheet specified in the URL to (the bottom of) another sheet.

## Query parameters

- `include` 'all' | 'attachments' | 'children' | 'discussions'
- `ignoreRowsNotFound` boolean

## Headers

- `Content-Type` string

## Request body

- CopyOrMoveRowDirective
  - `rowIds` number[] — The Ids of the rows to move or copy from the source sheet.
  - `to` CopyOrMoveRowDestination
    - `sheetId` number — The ID of the destination sheet.

## Response `200`

CopyOrMoveRowResult object

- CopyOrMoveRowResult
  - `destinationSheetId` number — The ID of the destination sheet.
  - `rowMappings` RowMapping[] — Array of rowMapping objects.
    - `from` number — Row ID in the source sheet.
    - `to` number — Row ID in the destination sheet.

---

[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)
