Easily access your Portkey logs data for further analysis and reporting
Logs Export - [Your_Organization_Name]
.JSONL
format, and can not process exports in any other formats at the moment.Column Name | Column Description / Property |
---|---|
created_at | Timestamp of the request |
request.body | Request JSON payload (as seen in the Portkey logs) |
response.body | Response JSON payload (as seen in the Portkey logs) |
is_success | Request success status (1 = success, 0 = failure) |
ai_org | AI provider name |
ai_model | AI model name |
req_units | Number of tokens in the request |
res_units | Number of tokens in the response |
total_units | Total number of tokens (request + response) |
cost | Cost of the request in cents (USD) |
cost_currency | Currency of the cost (USD) |
request_url | Final provider API URL |
request_method | HTTP request method |
response_status_code | HTTP response status code |
response_time | Response time in milliseconds |
cache_status | Cache status (SEMANTIC HIT, HIT, MISS, DISABLED) |
cache_type | Cache type (SIMPLE, SEMANTIC) |
stream_mode | Stream mode status (TRUE, FALSE) |
retry_success_count | Number of retries after which request was successful |
trace_id | Trace ID for the request |
mode | Config top level strategy (SINGLE, FALLBACK, LOADBALANCE) |
provider | Provider used for the request |
runtime | Runtime environment |
runtime_version | Runtime environment version |
sdk_version | Portkey SDK version |
config | Config ID used for the request |
prompt_slug | Prompt ID used for the request |
prompt_version_id | Version number of the prompt template slug |
metadata.key | Custom metadata key |
metadata.value | Custom metadata value |