Get profile subprofiles
Blackfire Profiling
Get profile subprofiles
Returns subprofiles (child profiles) associated with a Blackfire profile.
GET
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the Upsun project
Pattern:
[a-z0-9]+Example:
"abc123def456"
The environment identifier
Pattern:
.+Example:
"main"
The profile UUID
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}Example:
"4b5266a2-fd71-468b-bf05-87b342079cbf"
Response
Subprofiles retrieved successfully
Project identifier
Example:
"abc123def456"
Environment identifier
Example:
"main"
Branch machine name
Example:
"main-bvxea6i"
Blackfire Agent UUID
Example:
"a38f69ca-3b56-4ea6-beac-272b2568164a"
Profile UUID
Example:
"4b5266a2-fd71-468b-bf05-87b342079cbf"
Profile tree with context, metrics, recommendations, and child profiles
Last modified on June 16, 2026