tracesList
List a user's recorded trace runs, newest first, with IDs, duration, and expiry. Use these to access trace hit lists, statements, and database access.
Instructions
Traces recorded for this user, newest first, with their ids - the way into tracesHitList, tracesStatements and tracesDbAccess. Each run carries how long it took and when its file expires: an expired trace is still listed, but reading it answers "wrong input data".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | The user. Defaults to the one this server logs in as. | |
| limit | No | Cap on the runs reported, default 50. The total is always for everything found. | |
| includeLinks | No | Keep the four atom links each run carries. They are half the size of the answer and only lead to SAP GUI, so they are dropped by default. |