Skip to main content
GET
Get profile details

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

The unique identifier of the Upsun project

Pattern: [a-z0-9]+
Example:

"abc123def456"

environmentId
string
required

The environment identifier

Pattern: .+
Example:

"main"

uuid
string<uuid>
required

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

Profile details retrieved successfully

_project_id
string
required

Project identifier

Example:

"abc123def456"

_environment_id
string
required

Environment identifier

Example:

"main"

_branch_machine_name
string
required

Branch machine name

Example:

"main-bvxea6i"

_agent
string<uuid>
required

Blackfire Agent UUID

Example:

"a38f69ca-3b56-4ea6-beac-272b2568164a"

_uuid
string<uuid>
required

Profile UUID

Example:

"4b5266a2-fd71-468b-bf05-87b342079cbf"

profile
object
required

Profile data including links, metadata, metrics, recommendations, and status information

Last modified on June 16, 2026