Get paths by IDs
documentedReturn info for the specified paths.
GET /api/get_paths_with_idsPathsno 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://{{$base_url}}/api/get_paths_with_ids?path_ids[]={{$path_id1}}&path_ids[]={{$path_id2}}&api_version={{$api_version}}&api_key={{CYPHERLEARNING_API_KEY}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"