# Audit logs

There are two type of logs available in PFO:

* Execution logs
* Audit logs

## Execution logs

In the execution logs, all pipelines are listed which were executed through PFO:&#x20;

<figure><img src="/files/q1M9HryK6kI8T0jYLFgD" alt=""><figcaption><p>Execution logs</p></figcaption></figure>

<table><thead><tr><th width="251">Column</th><th>Values</th></tr></thead><tbody><tr><td>Icon</td><td>Pipelines can be executed<br>- manually (person icon)<br>- scheduled (pipes icon)</td></tr><tr><td>Action</td><td><p>Scheduled name (if there is any) - </p><p>The name of the form, that was used for execution</p></td></tr><tr><td>Result</td><td><strong>SUCCESS</strong> when the pipeline is triggered, <strong>FAILED</strong> in any other cases (eg.: when you've reached the execution limit for your plan)</td></tr><tr><td>Date</td><td>The date of the execution in your timezone</td></tr></tbody></table>

Click on any row in the logs to showcase all details for that execution entry:

<figure><img src="/files/6SwbHMXWKjZTMl9377hY" alt=""><figcaption><p>Details of an execution log</p></figcaption></figure>

## Audit logs

In the Audit logs, every user interaction related to the configuration is listed:

<figure><img src="/files/rYQ78wLgn5uBMu6Gp6HJ" alt=""><figcaption><p>Audit logs</p></figcaption></figure>

<table><thead><tr><th width="251">Column</th><th>Values</th></tr></thead><tbody><tr><td>Action</td><td>One of the following actions:<br>- Create schedule<br>- Update schedule<br>- Toggle schedule<br>- Delete schedule</td></tr><tr><td>Result</td><td><strong>SUCCESS</strong> when the pipeline is triggered, <strong>FAILED</strong> in any other cases (eg.: when you've reached the execution limit for your plan)</td></tr><tr><td>Date</td><td>The date of the execution in your timezone</td></tr></tbody></table>

Click on any row in the logs to showcase all details for that execution entry:

<figure><img src="/files/8dyw9UAZ7Mm5V5lXnwzO" alt=""><figcaption><p>Details of an audit log</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.meta-inf.hu/pipeline-forms/user-guides/user-guide/audit-logs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
