Show AS-Path in /ip/route in CLI

Hi team,

Is there any way to show the as-path in the cli in the /ip/route table?

/ip/route/print proplist=dst-address,gateway,as-path
/routing/route/print proplist=dst-address,gateway,bgp.as-path

Thanks, that worked in the CLI.
With the REST API I’m not getting it to work though, I’m getting the same default output:

curl -k -u user:pass -X POST "http://test-router/rest/ip/route/print" --data '{"_proplist": ["dst-address,bgp.as-path"]}' -H "content-type: application/json"

Running 7.13

print should be a GET request. Maybe helps. and I guess “/routing/route/print” is not the same as “/ip/route/print”