Sign in

List paths

documented

Return info about all paths.

GET /api/get_all_pathsPathsno 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://{{MATRIX_BASE_DOMAIN}}/api/get_all_paths?page={{$page}}&api_key={{CYPHERLEARNING_API_KEY}}" \
  -X GET \
  -H "Accept: application/json"