...
Code Block | ||
---|---|---|
| ||
{ "description": "A request to get a single page of trace events for a specified asynchronous job.", "properties": { "jobId": { "type": "string", "description": "The job ID issued when the agent chat request job was started." }, "olderThanTimestampnewerThanTimestamp": { "type": "integer", "description": "When a time stamp value is provided, only trace events that occurred after the provided time stamp will be included in the results." } } } |
...