Protected
configurationOptional
initOverrides: InitOverrideRetrieve log entries that match the specified search criteria (or all log entries if no criteria specified).
Set custom search criteria using the q
parameter, or search from a specific log ID ("search from checkpoint").
For more information on all possible event types, their respective acronyms, and descriptions, see Log Event Type Codes.
For more information on the list of fields that can be used in fields
and sort
, see Searchable Fields.
Auth0 limits the number of logs you can return by search criteria to 100 logs per request. Furthermore, you may paginate only through 1,000 search results. If you exceed this threshold, please redefine your search or use the get logs by checkpoint method.
take
parameter. If you use from
at the same time as q
, from
takes precedence and q
is ignored.from
parameter.Important: When fetching logs from a checkpoint log ID, any parameter other than from
and take
will be ignored, and date ordering is not guaranteed.
Search log events
Optional
initOverrides: InitOverrideOptional
requestParameters: GetLogsRequestOptional
initOverrides: InitOverrideProtected
requestOptional
initOverrides: RequestInit | InitOverrideFunction
Retrieve an individual log event. Get a log event by id
Throws