MCPcopy Create free account
hub / github.com/auth0/auth0-cli / List

Method List

internal/auth0/log.go:22–22  ·  view source on GitHub ↗

List all log entries that match the specified search criteria (or lists all log entries if no criteria are used). 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 acron

(ctx context.Context, opts ...management.RequestOption)

Source from the content-addressed store, hash-verified

20 // For more information on all possible event types, their respective acronyms
21 // and descriptions, Log Data Event Listing.
22 List(ctx context.Context, opts ...management.RequestOption) (l []*management.Log, err error)
23
24 // Search is an alias for List.
25 Search(ctx context.Context, opts ...management.RequestOption) ([]*management.Log, error)

Implementers 4

MockLogAPIinternal/auth0/mock/log_mock.go
MockLogAPIMockRecorderinternal/auth0/mock/log_mock.go
MockUserAPIinternal/auth0/mock/user_mock.go
MockUserAPIMockRecorderinternal/auth0/mock/user_mock.go

Calls

no outgoing calls