# Access scenario execution information

The **Recent executions** page displays the following information in columns:

| Field      | Description                                                                                                                                                                                                                                       |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Started    | The time and date that scenario execution started. You can search by limiting this to a range of dates.                                                                                                                                           |
| Status     | <p>Identifies whether the execution was successful, had issues, or failed. A menu search feature lets you restrict the results to one of the following execution statuses:</p><ul><li>All</li><li>Success</li><li>Warning</li><li>Error</li></ul> |
| Duration   | The duration of the scenario execution.                                                                                                                                                                                                           |
| Operations | The number of operations consumed during scenario execution.                                                                                                                                                                                      |
| Kubernetes | The amount of data transferred during scenario execution.                                                                                                                                                                                         |


---

# 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://developers.make.com/white-label-documentation/audit-activity/access-recent-executions/access-scenario-execution-information.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.
