---
title: "Api Request Logs List Partial Update"
method: PATCH
path: "/api/request-logs/list/"
tags: ["logs"]
---

# Api Request Logs List Partial Update

`PATCH /api/request-logs/list/`

PATCH handler with superadmin lock and field protection.

Checks:
1. Object lock (is_managed=True -> non-superadmins can't modify)
2. Field protection (non-superadmins can't modify specific fields)

## Headers

- `Authorization` string, required

## Request body

- PatchedPublicCHLogV2DetailRequest — Mixin for serializers to provide generic field retrieval methods with backward compatibility and input/output parsing support.
  - `id` string
  - `organization_id` string
  - `unique_organization_id` string
  - `error_message` string
  - `completion_messages` unknown
  - `input` string
  - `output` string
  - `variables` unknown
  - `temperature` number, double
  - `max_tokens` integer
  - `top_p` number, double
  - `frequency_penalty` number, double
  - `presence_penalty` number, double
  - `stop` string
  - `response_format` unknown
  - `matched_meter_ids` unknown[]
    - unknown
  - `unit_prices` object
  - `component_costs` object
  - `custom_identifier` string
  - `group_identifier` string
  - `blurred` boolean
  - `start_time` string, date-time
  - `timestamp` string, date-time
  - `load_balance_group_id` string
  - `prompt_tokens` integer
  - `completion_tokens` integer
  - `prompt_cache_hit_tokens` integer
  - `prompt_cache_creation_tokens` integer
  - `reasoning_tokens` integer
  - `total_request_tokens` integer
  - `cost` number, double
  - `llm_gateway_markup_rate` number, double
  - `service_tier` string
  - `model_discount` number, double
  - `pricing_tier` string
  - `audio_input_file` string
  - `audio_output_file` string
  - `organization_key_id` string
  - `user_email` string
  - `model` string
  - `provider_id` string
  - `category` string
  - `properties` string
  - `cache_bit` integer
  - `cache_miss_bit` integer
  - `cache_key` string
  - `latency` number, double
  - `tokens_per_second` number, double
  - `time_to_first_token` number, double
  - `routing_time` number, double
  - `status` string
  - `has_tool_calls` boolean
  - `status_code` integer
  - `log_method` string
  - `log_type` string
  - `environment` string
  - `stream` boolean
  - `evaluation_identifier` string
  - `customer_identifier` string
  - `customer_email` string
  - `customer_name` string
  - `customer_user_unique_id` string
  - `used_custom_credential` boolean
  - `deployment_name` string
  - `deployment_id` string
  - `prompt_name` string
  - `prompt_id` string
  - `prompt_version_number` integer
  - `system_text` string
  - `prompt_text` string
  - `completion_text` string
  - `prompt_message_count` integer
  - `completion_message_count` integer
  - `trace_unique_id` string
  - `span_unique_id` string
  - `span_name` string
  - `span_parent_id` string
  - `span_workflow_name` string
  - `session_identifier` string
  - `span_links` string
  - `trace_group_identifier` string
  - `thread_identifier` string
  - `thread_unique_id` string
  - `storage_object_key` string
  - `period_start` string, date-time
  - `period_end` string, date-time
  - `unique_id` string
  - `respan_gateway_request_id` string
  - `full_text` string

## Response `200`

- PublicCHLogV2Detail — Mixin for serializers to provide generic field retrieval methods with backward compatibility and input/output parsing support.
  - `id` string, required
  - `organization_key_name` string, required
  - `organization_id` string
  - `unique_organization_id` string
  - `error_message` string
  - `warnings` string, required
  - `status_in_eval_set` string, required
  - `full_request` string, required
  - `full_response` string, required
  - `metadata` string, required
  - `scores` string, required
  - `tools` string, required
  - `tool_calls` string, required
  - `prompt_messages` string, required
  - `completion_message` string, required
  - `completion_messages` unknown
  - `input` string
  - `output` string
  - `variables` unknown
  - `temperature` number, double
  - `max_tokens` integer
  - `top_p` number, double
  - `frequency_penalty` number, double
  - `presence_penalty` number, double
  - `stop` string
  - `response_format` unknown
  - `matched_meter_ids` unknown[]
    - unknown
  - `unit_prices` object
  - `component_costs` object
  - `custom_identifier` string
  - `group_identifier` string
  - `blurred` boolean
  - `start_time` string, date-time
  - `timestamp` string, date-time
  - `load_balance_group_id` string
  - `prompt_tokens` integer
  - `completion_tokens` integer
  - `prompt_cache_hit_tokens` integer
  - `prompt_cache_creation_tokens` integer
  - `reasoning_tokens` integer
  - `total_request_tokens` integer
  - `cost` number, double
  - `llm_gateway_markup_rate` number, double
  - `service_tier` string
  - `model_discount` number, double
  - `pricing_tier` string
  - `audio_input_file` string
  - `audio_output_file` string
  - `organization_key_id` string
  - `user_email` string
  - `model` string
  - `provider_id` string
  - `category` string
  - `properties` string
  - `cache_bit` integer
  - `cache_miss_bit` integer
  - `cache_key` string
  - `latency` number, double
  - `tokens_per_second` number, double
  - `time_to_first_token` number, double
  - `routing_time` number, double
  - `status` string
  - `has_tool_calls` boolean
  - `status_code` integer
  - `log_method` string
  - `log_type` string
  - `environment` string
  - `stream` boolean
  - `evaluation_identifier` string
  - `customer_identifier` string
  - `customer_email` string
  - `customer_name` string
  - `customer_user_unique_id` string
  - `used_custom_credential` boolean
  - `deployment_name` string
  - `deployment_id` string
  - `prompt_name` string
  - `prompt_id` string
  - `prompt_version_number` integer
  - `system_text` string
  - `prompt_text` string
  - `completion_text` string
  - `prompt_message_count` integer
  - `completion_message_count` integer
  - `trace_unique_id` string
  - `span_unique_id` string
  - `span_name` string
  - `span_parent_id` string
  - `span_workflow_name` string
  - `session_identifier` string
  - `span_links` string
  - `trace_group_identifier` string
  - `thread_identifier` string
  - `thread_unique_id` string
  - `storage_object_key` string
  - `period_start` string, date-time
  - `period_end` string, date-time
  - `unique_id` string
  - `respan_gateway_request_id` string
  - `full_text` string

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/versions/c26d550029f8/schema)
