IDE Services
 
2025.0
Get IDE Services

Logging of AI requests

Last modified: 26 November 2024

If you need a detailed retrospective log of communications between AI Enterprise and external AI services (such as OpenAI Platform, Azure OpenAI, Google Vertex AI, and so on), IDE Services allows you to track all request-response interactions. The log data can be stored in your organization's object storage or a dedicated object storage for logs.

Additionally, you can configure the formatting style for AI logs, choosing from JSON, HTTP, or Splunk. Examples of different formatting styles:

{
    "correlation": "a56996318975f2f8",
    "protocol": "HTTP/1.1",
    "method": "GET",
    "path": "/api/ai/user/v5/llm/profiles",
    "attributes": {
        "userId": "5caeeae2-eb90-441d-9cfb-67bc9ec48d3c"
    },
    "headers": {
        "Authorization": [
            "XXX"
        ]
    },
    "body": "<body>"
}