Sign in

List folder contents

documented

List contents of a folder; use optional parentId to specify a folder; if omitted, lists root.

GET /thirdparty/v1/folder/listFoldersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.wachete.com/thirdparty/v1/folder/list?parentId={{$parent_id}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
List folder contents · Wachete · OpenIntegrations