> For the complete documentation index, see [llms.txt](https://docs.meta-inf.hu/pipeline-forms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meta-inf.hu/pipeline-forms/user-guides/user-guide/audit-logs.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
