<!-- נוצר אוטומטית ממקור התיעוד הקנוני של Teloring. אין לערוך קובץ זה. -->

עמוד קנוני: https://docs.teloring.com/he/api/list-audit-log
עודכן לאחרונה: 2026-08-20T20:52:05.000Z

# Read the audit log

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
import Translate from "@docusaurus/Translate";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Read the audit log"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/audit-log"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Audit entries, newest first.

`action` accepts a full action (`agent.login`) or a prefix (`agent`), which
matches everything in that family. Use `from` and `to` to page through a long
history: one call scans a bounded window, so an unfiltered request over a busy
year will not return everything — `meta.scan_truncated` tells you when that
happened.

Anything done through this API carries `details.via = "public_api"` plus the
credential's `client_id` and name, and its `agent_id` reads
`api:<credential_id>`.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./list-audit-log.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./list-audit-log.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./list-audit-log.StatusCodes.json")}
>
  
</StatusCodes>
