Appearance
Request Logs
BETA
Agent Gateway is in BETA, and we're continuing to expand its capabilities. Your feedback helps shape what we build next—reach out to us through Relewise Support.
Request logs help you troubleshoot Agent Gateway requests for a Dataset.
Open Administration > Agent Gateway, then select Request Logs in the Personal Access Tokens section.
What Logs Show
Request logs include Agent Gateway requests that pass Personal Access Token authentication and then reach the Dataset authorization checks. They include both allowed requests and requests blocked by those checks.
Requests with a missing, invalid, expired, or revoked token are rejected with 401 Unauthorized before this point and do not appear in Request Logs.
Each log entry can show:
- Time
- Actor
- Personal Access Token
- Outcome
- Area
- Action
- Connection Method
- Path
- Failure reason
Use the failure reason to understand which authorization gate blocked a request.
Common Failure Reasons
| Failure | What To Check |
|---|---|
| Personal Access Token is not available for the Dataset | Update the token's Dataset Scope or use a token that is allowed for the Dataset. |
| Dataset is not found | Check the Dataset ID in the request or MCP endpoint. |
| User is not allowed to use Agent Gateway for the Dataset | Grant Use Agent Gateway or Manage Agent Gateway for the Dataset. |
| Agent Gateway is disabled for the Dataset | Enable at least one Connection Method in the Agent Gateway Configuration. |
| Connection Method is disabled for the Dataset | Enable the required Connection Method in the Agent Gateway Configuration. |
| Allowed Area is disabled for the Dataset | Enable the required Allowed Area in the Agent Gateway Configuration. |
Troubleshooting Flow
- For a
401 Unauthorizedresponse, confirm that the connected tool sends the current Personal Access Token in theAuthorizationheader. - Confirm that the token is active and has access to the requested Dataset.
- Confirm that at least one Connection Method is enabled in the Agent Gateway Configuration.
- Confirm that the required Connection Method and Allowed Area are enabled.
- For requests that pass authentication, check the request log outcome and failure reason.