Sign in

Read subfolders

documented

List subfolders within a folder.

GET {site_url}/_api/web/GetFolderByServerRelativeUrl('/path/to/folder')/FoldersFoldersno 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://{{SHAREPOINT_TENANT}}.sharepoint.com{{SITE_PATH}}/_api/web/GetFolderByServerRelativeUrl('{{SERVER_RELATIVE_URL}}')/Folders" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json;odata=verbose"