Manage conversation logs and request/response data with the Keywords AI Python SDK
Method | Description |
---|---|
create() | Create a new log entry |
list() | List logs with optional filtering |
get() | Retrieve a specific log by ID |
Method | Description |
---|---|
acreate() | Async version of create |
alist() | Async version of list |
aget() | Async version of get |