Improve this doc
Detailed information for resources

balenaCloud API Resources

Note: We recently renamed applications to fleets and are in the process of updating our API resources. Application resources continue to function correctly and can be used to work with fleets. Find out more about the changes here.

Available fields

id
created_at
device
installs__service

Examples

Get service name for all services on a device

curl -X GET \
"https://api.balena-cloud.com/v6/service_install?\$filter=device/uuid%20eq%20'<DEVICE UUID>'&\$expand=installs__service(\$select=service_name)" \
-H  "Content-Type: application/json"  \
-H "Authorization: Bearer <AUTH_TOKEN>"