Logs

Get log details by ID

Retrieve detailed log information by log ID.

get/api/v3.1/logs/tool_execution/{id}

Path parameters

idstring required

The log ID

The log ID

Response

Successfully retrieved log details

idstring required
timestampstring date-time required

ISO 8601 timestamp

typestring required

Log event type, e.g. tool.execution, trigger.message, connected_account.created

status'success' | 'failed' required
level'info' | 'error' | 'warn' required
messagestring
metadataobject required
metricsobject required
dataobject required

Changes

Changed in 2 of the 61 revisions of this API.3

    • the endpoint scheme security CookieAuth was removed from the API

      api-security-removed

    • the endpoint scheme security UserApiKeyAuth was removed from the API

      api-security-removed

    • endpoint added

      endpoint-added