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

Request Logs

Inspect HTTP requests received by the platform and sent to external services.

Request Logs records HTTP requests received by the platform and sent to external services.

Incoming request logs

Incoming Request Logs records the requests received by the platform API. Open Logs & Data → Incoming Request Logs.

The Incoming Request Logs screen, listing requests with method, URL, and timestamp columns
Incoming Request Logs, the default view.
Incoming Request Logs with the HTTP method filter open, showing GET, POST, PUT, PATCH, and DELETE options
Filtering Incoming Request Logs by HTTP method.
Incoming Request Logs with the module filter open, showing Agent, App, Skill, Integrations, Marketplace, and Platform options
Filtering Incoming Request Logs by module.

You can narrow by project and date range. You can also search the log. Filter by these modules:

  • Agent

  • App

  • Skill

  • Integrations

  • Marketplace

  • Platform

Filter by GET, POST, PUT, PATCH, or DELETE. Each row shows the request's Method, URL, and When. Select a row for the full request detail.

Outgoing request logs

Outgoing Request Logs records the requests the platform made to external services. Open Logs & Data → Outgoing Request Logs.

Outgoing Request Logs with the module filter open, showing status and response time columns
Outgoing Request Logs, filtered by module.

The same filters apply: project, module, method, and date range. You can also search the log. Each row includes these fields:

Field
What it shows

Method

The request method, such as GET or DELETE. CUSTOM identifies calls that can't map to a standard verb.

Status

The HTTP response status.

URL

The destination the platform called.

Response Time

How long the external call took, in milliseconds.

When

When the call was made.

Last updated