> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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-bugfix-ty-screen-designer-paradox/G4reeQVP-LmhQATQ/media/loc/en/database/tables/script_trace_run.png?fit=max&auto=format&n=G4reeQVP-LmhQATQ&q=85&s=a268aba3b899fc7585e0c0197777fa4b" 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.
