Skip to main content

TraceListResponse

traces object[]required
  • Array [
  • taskIdTaskid (string)required
    createdAtCreatedat (string)required
    fileSizeFilesize (integer)required
    modelId object
    anyOf
    string
    taskKind object
    anyOf
    string

    Possible values: [image, text, embedding]

    categoriesstring[]
    tagsstring[]
    hasToolActivityHastoolactivity (boolean)
    Default value: false
    sourceNodes object[]
  • Array [
  • nodeIdNodeid (string)required
    friendlyName object
    anyOf
    string
  • ]
  • ]
  • TraceListResponse
    {
    "traces": [
    {
    "taskId": "string",
    "createdAt": "string",
    "fileSize": 0,
    "modelId": "string",
    "taskKind": "image",
    "categories": [
    "string"
    ],
    "tags": [
    "string"
    ],
    "hasToolActivity": false,
    "sourceNodes": [
    {
    "nodeId": "string",
    "friendlyName": "string"
    }
    ]
    }
    ]
    }