Skip to main content

Audit Logs

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. This is especially useful for Scheduled Jobs / Workflows which typically run in the background.

Audit logging provides full execution history of Applications, Scheduled Jobs and Workflows for compliance and troubleshooting

Logs generated by APIs within an Application are associated with the name <APP_NAME> → <API_NAME>. For example:

example logs from a superblocks application
info

Audit logs are only visible to those with Build permissions for a specific Application, Workflow, or Scheduled Job. See the permissions table here.

Audit log fields

Field
Description
DateThe timestamp when the user action occurred.
NameThe 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 byThe instance that triggered the user action.
ModeThe mode of the instance, can be deployed or testing.
StatusThe status of the event, can be success, running, or error.
Error messageAny errors thrown during a run of an API will appear here.
Execution timeThe amount of time the API request took to run.