Access logs of all API requests & workflow executions.
Logging provides you with valuable insights into your API and workflow activity to better understand performance and optimize them.
Details provide you with granular information like request and response headers, request bodies, action data and timestamps.
Sort by route, HTTP status or date to quickly identify patterns or issues.
Analyze response headers and bodies.
Global Error Handling allows you to monitor errors automatically. To enable this feature, go to the project settings and activate the global error handling options.
Unexpected Error
An error.unexpected_error
event is automatically triggered when unexpected errors occur in your APIs, Workflows or Functions.
Error Action Error
An error.action_triggered
event can be manually initiated through error response actions within your API.
Error Information as Parameters
Each error event carries detailed parameters to aid in troubleshooting and resolution. Below is an example of an error information structure for an unexpected error in an API:
Learn more about Logging, among other things, in the following Fastgen University lessons:
Access logs of all API requests & workflow executions.
Logging provides you with valuable insights into your API and workflow activity to better understand performance and optimize them.
Details provide you with granular information like request and response headers, request bodies, action data and timestamps.
Sort by route, HTTP status or date to quickly identify patterns or issues.
Analyze response headers and bodies.
Global Error Handling allows you to monitor errors automatically. To enable this feature, go to the project settings and activate the global error handling options.
Unexpected Error
An error.unexpected_error
event is automatically triggered when unexpected errors occur in your APIs, Workflows or Functions.
Error Action Error
An error.action_triggered
event can be manually initiated through error response actions within your API.
Error Information as Parameters
Each error event carries detailed parameters to aid in troubleshooting and resolution. Below is an example of an error information structure for an unexpected error in an API:
Learn more about Logging, among other things, in the following Fastgen University lessons: