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.
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"