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
Successful response
Response containing log details for a specific thread.