input and output fields)log_typelimit_info)input (string): JSON-serialized representation of the span’s input dataoutput (string): JSON-serialized representation of the span’s output datalog_type (string): Type of span ("chat", "embedding", "workflow", etc.)log_type="chat", "completion", "text", or "response":prompt_messages (array): Full input messages array (extracted from input)completion_message (object): Full output message object (extracted from output)log_type. See log types for details.keywordsai_params.limit_info field (available in the detail endpoint only).
limit_info?limit_info object shows the results of these checks.
is_allowed: Whether the request was allowed to proceed (all limits passed)limits: Array of individual limit check results
name: Type of limit - "org_credits" or "customer_budget"current_value: Balance before this request (USD)new_value: Balance after this request (USD)limit_value: Minimum required balance (USD)is_within_limit: Whether this specific check passedExample: Request Allowed
Example: Request Blocked