Skip to main content

TraceListItem

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
  • ]
  • TraceListItem
    {
    "taskId": "string",
    "createdAt": "string",
    "fileSize": 0,
    "modelId": "string",
    "taskKind": "image",
    "categories": [
    "string"
    ],
    "tags": [
    "string"
    ],
    "hasToolActivity": false,
    "sourceNodes": [
    {
    "nodeId": "string",
    "friendlyName": "string"
    }
    ]
    }