Skip to main content

Overview

The get() and aget() methods allow you to retrieve a specific log entry using its unique identifier. Use get() for synchronous operations and aget() for asynchronous operations.

Usage example

Parameters

string
required
The unique identifier of the log entry to retrieve.

Returns

Returns a Log object with the following structure:

Examples

Basic Synchronous Example

Asynchronous Example

Batch Retrieval

Convenience Functions

You can also use the convenience function to create a LogAPI client: