Read "full" Particle device information

This command returns status information about all devices associated with a particular “access_token”:

curl https://api.spark.io/v1/devices?access_token=12345...890

What I’d like is a curl command that also lists currently published function and variable names. It seems to me that the Particle cloud must contain that information.

use the CLI:

particle list

Try adding a device name or ID to that URL after the “/devices/” part.

  curl https://api.spark.io/v1/devices\myDeviceName\?access_token=12345...890