Skip to content
Navigation
View as Markdown

driveItems.sharedWithMe

List items shared directly with the user via share grants.

GET /api/v1/drive-items/shared-with-me

Input

This operation takes no input.

Output

Field Type Description
items DriveItem[]

Examples

curl

curl "https://app.thinkbench.com/api/v1/drive-items/shared-with-me" \
  -H "x-api-key: $THINKBENCH_API_KEY"

TypeScript SDK

const result = await tb.driveItems.sharedWithMe();

CLI

thinkbench drive-items shared-with-me

MCP

{
  "name": "drive_items_shared_with_me",
  "arguments": {}
}