TraceListResponse
traces object[]required
Array [
taskIdTaskid (string)required
createdAtCreatedat (string)required
fileSizeFilesize (integer)required
modelId object
anyOf
- string
- null
string
taskKind object
anyOf
- string
- null
string
Possible values: [image, text, embedding]
categoriesstring[]
tagsstring[]
hasToolActivityHastoolactivity (boolean)
Default value:
falsesourceNodes object[]
Array [
nodeIdNodeid (string)required
friendlyName object
anyOf
- string
- null
string
]
]
TraceListResponse
{
"traces": [
{
"taskId": "string",
"createdAt": "string",
"fileSize": 0,
"modelId": "string",
"taskKind": "image",
"categories": [
"string"
],
"tags": [
"string"
],
"hasToolActivity": false,
"sourceNodes": [
{
"nodeId": "string",
"friendlyName": "string"
}
]
}
]
}