Read subfolders
documentedList subfolders within a folder.
GET {site_url}/_api/web/GetFolderByServerRelativeUrl('/path/to/folder')/FoldersFoldersno implementation yet0 runsNo 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"