Request Logs
Accessing request logs in the StackOne Dashboard
StackOne registers relevant information of requests made to the connected provider to fulfill any Unified API requests it receives. This can be useful for:
- Debugging issues with a particular account or integration
- Auditing the operations that StackOne performs under the hood
The Request Logs page offers efficient find, filter, and analysis of API requests and HTTP status codes.
π These logs are only persisted up to 90 days after the original request occurred.
Troubleshooting via Request Logs
When you execute an API query and want to investigate an API response, thatβs when the realization comes β logs review is inevitable.
The page shows all requests made to the Stackone Unified API and also allows you to see all requests that StackOne made to the underlying providers to fullfil the unified request. By default, it shows the logs in descending order per when the request occured.
The possible filtering options are:
Filter | Description | Example values |
---|---|---|
Account | The linked accounts' origin_owner_name for the current project. You can also see & search within that filter for a specific provider in case multiple accounts have been linked for the same origin_owner_name | Acme Inc. Sample Organization |
Provider | The specific integration (aka Provider) associated with the request | Workday``Ashby``Salesforce |
Resource | The type of resource (and optionally sub resource requested and the action done on the resource. | List Employees``Create Candidates Note``Get Applications Offer |
Source | The source that originated the request - specifically the type of source allowing you to filter for requests made via the StackOne U.I. or an API key | API Request Dashboard UI Webhook |
Status | The response's HTTP status code - refer to additional documentation here regarding the meaning behind the Unified API Error Codes | 200 201 400 404 502 |
Method | The HTTP method used to make the request | post``get``patch |
Start/End date time | A date and time window | Jan 01, 2023 01:01 |
New Features:
- You can now investigate each successful request in detail by clicking β‘οΈ for the respective request. This request is coming from StackOne directly to Provider's API.
- It's now possible to view the source of the request β Dashboard, Test Connection, or Other (Postman, API docs, etc).
- Since all filters are now grouped inside 1 search bar, you can easily remove multiple filters by clicking β on the search bar's hover-over.
Accessing the request logs page
After configuring Account integration and testing its connection, you can also access its specific request logs directly by clicking the View Logs
option in the ellipsis menu.
You will be redirected to the logs page with a filter pre-applied in the search bar
Updated 4 months ago