# Event Log

The Event Log logs all OffShoot events in one central spot. You can open the Event Log through the menu or with Command-Shift-L. It is persistent, limited to 1000 lines, and is first-in-first-out.

```
15/01/2019, 16:33 - Version 18.3.9 (Build 567)
```

### Script execution events

* Script execute
* Script returned

```
15/01/2019, 15:07 - Script execute: {
    event = FileCopyCompleted;
    location = "/Users/Hedge/test.scpt";
}
```

```
15/01/2019, 15:07 - Script returned: {
    location = "/Users/Hedge/test.scpt";
    returned = "Success";
}
```

### Integration events

* Integration fired

```
16/01/2019, 11:46 - Integration fired: {
    app = Foolcat;
    event = FileCopyCompleted;
    url = "foolcat://create?source=/Volumes/T1/Project%20X/Untitled&destination=/Volumes/T1/Project%20X/Reports&name=Untitled&description=Project%20X";
}

```


---

# 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.hedge.video/offshoot/features/automation/scripts/event-log.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.
