Appearance
Access Logs
Access logs is paid feature only - you will not be able to access it on a free plan
The Access Logs feature in RepoForge.io provides a comprehensive way to track and review every interaction made with your RepoForge.io APIs. This functionality is crucial for monitoring usage, identifying issues, and ensuring the security of your repositories. All actions taken by users, tokens, or even anonymous clients are recorded, giving you full visibility into how your resources are accessed or modified.
Using the Access Logs area of your RepoForge.io dashboard, you can view and analyze recent activities related to your repositories. These logs can help you audit access, investigate incidents, and maintain an understanding of how your resources are being used.
Resource
Each log entry includes the URL of the resource being accessed. This information helps you determine exactly which endpoint or resource was targeted. The log also captures the HTTP request method, such as GET
, PUT
, POST
, or PATCH
, allowing you to identify whether the interaction involved reading, modifying, or creating a resource. This insight into the resource URL and method gives you a detailed view of how your endpoints are being used.
Action
The type of action - either Read
, Write
or Delete
User
The user making the request. It may either be the registered email address of a user, the name of an access token in the case of token auth, or just Anonymous for unauthenticated requests.
Result
The HTTP status code of the associated request.
Timestamp
The date and time (UTC time zone) that the request was made.