For the complete documentation index, see llms.txt. This page is also available as Markdown.

List connector error logs

Retrieve error logs for the connector. Returns individual log entries by default, or aggregated failure patterns when summary_only is true. Optionally includes aggregate statistics. Only third-party errors are included. The time range must not exceed 7 days and logs are available for the last 7 days only.

get
Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Path parameters
connector_idstringRequired

The unique identifier of the connector

Query parameters
start_timeintegerOptional

Start of the time range (Unix seconds). Defaults to 24 hours ago. Must be within the last 7 days.

end_timeintegerOptional

End of the time range (Unix seconds). Defaults to now.

limitintegerOptional

Maximum number of log entries to return (1-1000). Defaults to 100.

tool_idstringOptional

Optional tool ID to filter logs to a specific operation.

include_statsbooleanOptional

When true, include aggregate statistics in the response. Defaults to false.

summary_onlybooleanOptional

When true, return aggregated failure patterns instead of individual log entries. Defaults to false.

top_nintegerOptional

Number of top failure patterns to return when summary_only is true (1-50). Defaults to 10.

Header parameters
X-API-Versionstring · enumOptional

Meta Business Agent API version

Possible values:
Responses
200

Log entries or failure patterns, with optional statistics

application/json

Log entries or failure patterns, with optional statistics

get/agent_connectors/{connector_id}/logs

Last updated

Was this helpful?