Skip to main content
GET
/
api
/
v1
/
configurator
/
profiles
/
{profileId}
cURL
curl --request GET \
  --url https://api.staging.qyl.dev/api/v1/configurator/profiles/{profileId}
{
  "id": "<string>",
  "project_id": "<string>",
  "name": "<string>",
  "target_framework": "<string>",
  "target_language": "<string>",
  "semconv_version": "<string>",
  "features_json": "<string>",
  "is_default": true,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "description": "<string>",
  "template_overrides_json": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://ancplua.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

profileId
string
required

Response

The request has succeeded.

Named instrumentation profile for code generation

id
string
required

Profile ID

project_id
string
required

Owning project

name
string
required

Profile name

target_framework
string
required

Target framework (e.g. net10.0)

target_language
string
required

Target language

semconv_version
string
required

Semantic conventions version

features_json
string
required

Enabled features/modules

is_default
boolean
required

Whether this is the default profile

created_at
string<date-time>
required

Creation timestamp

updated_at
string<date-time>
required

Last update timestamp

description
string

Profile description

template_overrides_json
string

Template customizations