Sign in

List resources

documented

List resources at a given path on the user's Disk.

GET /v1/disk/resourcesDiskno 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://cloud-api.yandex.net/v1/disk/resources?path={{$path}}&limit={{$limit}}&offset={{$offset}}" \
  -X GET \
  -H "Authorization: OAuth {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
List resources · Yandex · OpenIntegrations