# Operation Logs

Operation Logs displays API operation records for the currently signed-in user in the current AI Studio workspace. Use it to determine whether a request succeeded, what error it returned, and which parameters were submitted.

This page is not a workspace-wide audit log for administrators. It does not provide cross-user auditing, log collection, data masking, retention-policy configuration, or system runtime logs.

## View and filter logs

The log list supports filtering by request method, API status code, and operation time, and provides pagination and refresh.

| Column | Description |
| --- | --- |
| Operation time | Time when the API request occurred |
| Operator | Operator associated with the current record |
| Method | HTTP request method |
| Request path | Path of the called API |
| Status code, result | Whether the request succeeded and its API status |
| Duration | Time spent processing the request |
| Request ID | Identifies and correlates a single request |

When troubleshooting, first narrow the results by time range, then use the request method and status code to locate the failed request. A Request ID provides a precise reference when collaborating with support or engineering personnel.

## View log details

Click **View Details** in the list to open the details drawer. The details preserve the technical context of a request, helping you determine whether the problem occurred in request parameters, API processing, or the response.

| Section | Available information |
| --- | --- |
| Basic information | Request time, method, path, status code, duration, and Request ID |
| Client information | Route template, client IP, and User Agent |
| Error information | Error code, error message, and failure result |
| Request and response | Query, Request Body, Response Body, and Metadata |

The request and response details may contain business parameters. Before sharing screenshots or exported content, confirm that they do not contain data that should not be disclosed.

## Responsibilities of other monitoring pages

| Question | Preferred entry point |
| --- | --- |
| Which workflow execution and node failed? | [Jobs](jobs.md) |
| Was a SQL statement slow, unsuccessful, or did it have an abnormal plan? | [SQL Execution Records](sql-history.md) |
| Why did an API request submitted by the current user fail? | Operation Logs |
| Did a platform component, service process, or underlying stack fail? | The current AI Studio does not provide a corresponding system-log page |

Do not treat Operation Logs as a complete system log or organization-wide audit system. To view another user's operations or platform service logs, use the corresponding management or operations platform.

## Related documents

- [Monitoring and Alerts overview](index.md)
- [Jobs](jobs.md)
- [SQL Execution Records](sql-history.md)
