driveItems.sharedWithMe
List items shared directly with the user via share grants.
GET /api/v1/drive-items/shared-with-me
- SDK:
tb.driveItems.sharedWithMe(input) - CLI:
thinkbench drive-items shared-with-me - MCP tool:
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-meMCP
{
"name": "drive_items_shared_with_me",
"arguments": {}
}