Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.8 KB

File metadata and controls

31 lines (26 loc) · 1.8 KB

ExecutionLogSearchResponse

Example Usage

import { ExecutionLogSearchResponse } from "@mistralai/mistralai/models/components";

let value: ExecutionLogSearchResponse = {
  results: [
    {
      timestamp: new Date("2026-12-17T01:13:34.480Z"),
      traceId: "<id>",
      spanId: "<id>",
      severityText: "<value>",
      body: "<value>",
      logAttributes: {
        "key": "<value>",
        "key1": "<value>",
        "key2": "<value>",
      },
    },
  ],
};

Fields

Field Type Required Description
results components.ExecutionLogRecord[] ✔️ N/A
nextCursor string N/A