The Logs Dashboard finds troublesome API requests in the environment. Use it to surface 400/500 error responses and slow requests, then navigate to the module causing the issue to fix it.
The tool covers two types of API requests:
- Requests with 400 and 500-level response codes (400: client errors; 500: server errors).
- Requests that take longer than two seconds to complete.
Both logs capture ingress requests only (requests that cross into the Unqork network).
Example scenario:
frontend module A
plugin
remote execute module B
plugin
remote execute module C
plugin
external service D
The Logs Dashboard captures error and slow logs for module B only.
The Logs Dashboard only supports AWS (Amazon Web Services) integration. It does not currently support Azure source logs.
The Service Logs Dashboard captures all internal module executions (ingress and internal requests) and external service requests.
Filtering the Logs Dashboard
When the tool opens, the date and time range defaults to the last four hours. Adjust the range or add a URL path filter to narrow results.
| Filter | Description |
|---|---|
| Client | The Unqork client credentials. Populates automatically. Read-only. |
| Environment | The current Unqork environment. Populates automatically. Read-only. |
| Start Date | The start date and time for filtering requests. Defaults to the current date, four hours before the tool was opened. Uses the current timezone. |
| End Date | The end date and time for filtering requests. Defaults to the current date and time the tool was opened. Uses the current timezone. |
| URL Path | Filter by a portion of the URL path. Enter an API endpoint (for example, GetSubmissions) or a module ID. |
To update the date and time range:
- From the date picker, select a Start Date and enter a time in 24-hour format.
- From the date picker, select an End Date and enter a time in 24-hour format.
- Click Apply Filters.
Error Logs
The Error Logs table displays API requests with 400 and 500-level response codes. Results update automatically as text is entered. The table displays 10 requests at a time. Use the pagination buttons to see more.
| Filter | Description |
|---|---|
| Timestamp | The date and time the request was made. Uses the current timezone. |
| Status | The response code from the API call. |
| Method | The execution method of the API call (GET, PUT, PATCH, POST, DELETE). |
| URL | Filter by a portion of the URL path. Enter an API endpoint (for example, GetSubmissions) or a module ID. |
Slow Logs
The Slow Logs table displays all API requests that took longer than two seconds to complete. Any completion time below one second is acceptable; above two seconds is considered slow. Results update automatically as text is entered. The table displays 10 requests at a time. Use the pagination buttons to see more.
| Filter | Description |
|---|---|
| Timestamp | The date and time the request was made. Uses the current timezone. |
| Duration(s) | The time the request took to complete, in seconds. |
| Method | The execution method of the API call (GET, PUT, PATCH, POST, DELETE). |
| Path | Filter by a portion of the URL path. Enter an API endpoint (for example, GetSubmissions) or a module ID. |
Changelog
| Date | Change |
|---|---|
| 2026-07-21 | Full sweep — fixed embedded > in table cells, removed * markers, fixed passive voice in intro, removed tutorial framing, tightened section headings. |
| 2026-07-16 | Editorial pass: fixed banned words, em dashes, See Also descriptions, and link paths. |
| 2026-06-03 | Added ingress-only explanation and example scenario; removed Logs vs Service Logs NOTE; added Service Logs Dashboard contrast section; removed legacy v1 HTTP status code links (EN-7840). |
| 2026-04-28 | Editorial quality pass: fixed metadata, added H1, removed CDN anchor wrappers, fixed empty alt text, removed contractions, removed tab labels, fixed Method capitalization, fixed internal links. |