The Activity Monitor shows every request your app makes while you are in preview. Check which endpoints are called, see status codes and timing, and inspect request and response details to debug problems. For each entry you can see the method, the path, when it happened, and the status code. Use the search field at the top left to filter by method, path, or other text.Documentation Index
Fetch the complete documentation index at: https://docs.base44.com/llms.txt
Use this file to discover all available pages before exploring further.
Access the Activity Monitor
To open the Activity Monitor:- Go to your app editor.
- Click the More Actions icon () at the top right.
- Click Activity Monitor.

Inspect a request
Click any entry in the list to see its details. The details panel has three tabs:- General: Full URL, HTTP method, status code, total time, and timestamps.
- Request: What your app sent, including headers, query parameters, and request body.
- Response: What the endpoint returned, including headers, body, or error message.


