> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# script_trace_run table

> Traces of executed scripts

## script\_trace\_run Table (477)

Traces of executed scripts

## Fields

| Name                   | Description                                                | Type                                   | Nullable |
| ---------------------- | ---------------------------------------------------------- | -------------------------------------- | :------: |
| script\_trace\_run\_id | Primary key                                                | PK                                     |    No    |
| script\_trace\_id      | Id of parent script\_trace record                          | FK [script\_trace](./script-trace.mdx) |    Yes   |
| started\_at            | When the trace was started                                 | DateTime                               |    Yes   |
| ended\_at              | When the trace was ended                                   | DateTime                               |    Yes   |
| execution\_time        | Real seconds spent executing                               | Int                                    |    Yes   |
| user\_execution\_time  | CPU seconds spent executing                                | Int                                    |    Yes   |
| peak\_memory           | The maximum amount of used memory during execution (in kB) | Int                                    |    Yes   |
| num\_frames            | The number of frames saved                                 | Int                                    |    Yes   |
| file\_size             | The size of the trace file                                 | Int                                    |    Yes   |
| associate\_id          | Associate who the script was executed as                   | FK [associate](./associate.mdx)        |    Yes   |
| status                 | The status of the script, or exception if it fails         | String(2047)                           |    Yes   |
| frames                 | The frames of the the trace                                | Clob                                   |    Yes   |

<img src="https://mintcdn.com/superofficeas/8-OIGQQJR0VGDXy_/media/loc/en/database/tables/script_trace_run.png?fit=max&auto=format&n=8-OIGQQJR0VGDXy_&q=85&s=52be4ba58de67d21e195963d0404280e" alt="script_trace_run table relationship diagram" width="702" height="59" data-path="media/loc/en/database/tables/script_trace_run.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Relationships

| Table                           | Description                                                        |
| ------------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)        | Employees, resources and other users - except for External persons |
| [script\_trace](./script-trace) | Scripts which should be traced                                     |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [What's new in version 10.3.9.718](/release-notes/database/changes-10.3.9.md)
- [What's new in version 10.3.1.759](/release-notes/database/changes-10.3.1.md)
- [What's new in version 10.3.10.720](/release-notes/database/changes-10.3.10.md)
- [What's new in version 10.2.11.1228](/release-notes/database/changes-10.2.11.md)
- [What's new in version 10.3.2.841](/release-notes/database/changes-10.3.2.md)
- [What's new in version 10.3.3.610](/release-notes/database/changes-10.3.3.md)
