curl --request GET \
--url https://api.staging.qyl.dev/api/v1/configurator/profiles{
"items": [
{
"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>"
}
],
"has_more": true,
"next_cursor": "<string>",
"prev_cursor": "<string>"
}List generation profiles
curl --request GET \
--url https://api.staging.qyl.dev/api/v1/configurator/profiles{
"items": [
{
"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>"
}
],
"has_more": true,
"next_cursor": "<string>",
"prev_cursor": "<string>"
}Page size
1 <= x <= 100Cursor
The request has succeeded.
Cursor-based paginated response wrapper
Was this page helpful?