Audit Logging
Search the logs of every user action in your internal Applications, Workflows, and Scheduled Jobs execution history. Use Audit Logs to quickly identify errors in your Applications, Workflows, and Scheduled Jobs. It's a great tool for troubleshooting any API errors, especially for scheduled jobs/workflows that run during off-hours.
When you have errors from an API within your application, you'll see that the Name shows as Application Name -> API name
. This is so you know which API failed from within your application, here's an example:
info
Audit logs are only visible to those with Build permissions for a specific Application, Workflow, or Scheduled Job. See our permissions table here.
Audit Log Features
Audit Log Feature | Description |
---|---|
Date | The timestamp when the user action occurred. |
Name | The name of the Application, Workflow, or Scheduled job that is linked to the user action. This is a clickable link for easy navigation. This field is searchable. |
Triggered by | The instance that triggered the user action. |
Mode | The mode of the instance, can be deployed or testing. |
Status | The status of the event, can be success, running, or error. |
Error Message | Any errors thrown during a run of an API will appear here. |
Execution Time | The amount of time the API request took to run. |