Maton
Guide

Managing runs

Every request to a function's URL is recorded as a run, capturing the request, the response, the timings, and anything the handler logged.

  • Console: Best for getting started and inspecting your runs.
  • API: Programmatically manage runs using the Runs API.
  • AI agent: Ask your AI to manage runs for you with the Maton Skill.

Viewing runs

Open a function on the Functions page and select the Runs tab.

Click a run to see its full request and response, including the version that served it.

Select the Logs tab within the run to view its logs.

Next

On this page