# Execution logs

Execution logs page contains are executions performed in Terraform console and Remote repositories over given workspace. You need to first select desired workspace in Workspaces page.

In the UI you can find:

1. Current workspace name
2. Load logs - it will load all logs for given selected workspace
3. Remove logs - You can remove logs that are older than provided number. Number is displayed in days. Float numbers are allowed to handle hours if neede.

<figure><img src="/files/XuNVIm35ZW25PYhibESA" alt="" width="375"><figcaption><p>Provide days number (float) to remove logs that are older.</p></figcaption></figure>

4. Filter options - use to filter out displayed execution logs.
5. Table with execution logs. Click on details to checkout Execution logs associated with given operation.

<figure><img src="/files/FMDoz8wrlwCRxTTy83aX" alt=""><figcaption><p>Example output of execution logs.</p></figcaption></figure>

<figure><img src="/files/lMqDnVDEh6QKtlbYnC5W" alt=""><figcaption><p>Clicking on details with display execution logs in code block below</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.silessian.com/planapply-for-jira-cloud/admin-features/execution-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.
