Skip to content

Interface: AuditTrailEventsAuditTrailEventsRequest

Describes the structure of the request for the SumsubClient.auditTrailEventsAuditTrailEvents method

Integration

activity

Optional activity: string

If specified, only events with this activity will be in the response.

See

Audit trail events API Reference

Defined in

src/client.ts:23


from

Optional from: string

From the date/time events are received (format yyyy-MM-dd HH:mm:ss, e.g. 2022-10-01 12:05:00). If it's not specified - events are received from yesterday.

See

Audit trail events API Reference

Defined in

src/client.ts:29


limit

Optional limit: string

Max number of events in one request. Can't be more than 20000. By default is 10.

See

Audit trail events API Reference

Defined in

src/client.ts:35


offset

Optional offset: string

Allows to skip the offset events before beginning to return the events. By default is 0.

See

Audit trail events API Reference

Defined in

src/client.ts:41


subjectName

Optional subjectName: string

The name of the subject for which events are received. If the name is not specified, events are received for all subjects on the key.

See

Audit trail events API Reference

Defined in

src/client.ts:47


to

Optional to: string

To the date/time events are received (format yyyy-MM-dd HH:mm:ss, e.g. 2022-10-01 12:15:00). If it's not specified - events are received up to now.

See

Audit trail events API Reference

Defined in

src/client.ts:53