---
title: "Retrieve tabs by document ID and workspace or version or microversion ID."
method: GET
path: "/documents/d/{did}/{wvm}/{wvmid}/elements"
tags: ["Document"]
---

# Retrieve tabs by document ID and workspace or version or microversion ID.

`GET /documents/d/{did}/{wvm}/{wvmid}/elements`

This endpoint only returns the tabs and not folders in the document. Use the [getDocumentContents](#/Document/getDocumentContents) endpoint to get information about folders and tabs.

## Path parameters

- `did` string, required
- `wvm` 'w' | 'v' | 'm', required
- `wvmid` string, required

## Query parameters

- `linkDocumentId` string
- `elementType` string
- `elementId` string
- `withThumbnails` boolean
- `withZipContents` boolean

## Response `200`

Success!

---

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