List and Search
This HTTP GET request is used to retrieve log information for a specific thread by providing the thread ID as a query parameter. The response will be in JSON format with various properties such as instance, input, output, status, tags, duration, createdAt, and updatedAt. The response will have a status code of 200, indicating a successful request, and the content type will be application/json. The JSON response will include properties like instance, input, output, status, tags, duration, createdAt, and updatedAt, each containing specific information related to the log thread. Please note that the actual values of the properties are masked for privacy and security reasons.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Response containing log details for a specific thread.
Input received for the log entry.
"User requested weather update."
Output generated for the log entry.
"Weather update sent to user."
Current status of the log entry.
"completed"
Tags associated with the log entry.
["weather", "update"]
Duration taken to process the log entry in milliseconds.
1500
Timestamp when the log entry was created.
"2024-09-17T16:52:28.684Z"
Timestamp when the log entry was last updated.
"2024-09-17T16:52:28.684Z"
Name of the executed funciton
"functionCall"