GET/v1/TransactionLogEntries

Get Transaction Log Entries

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Query parameters

Filtersstring
Sortsstring
Pageinteger (int32)minimum 1maximum 2147483647
PageSizeinteger (int32)minimum 1maximum 2147483647

Responses

array of objectTransactionLogEntry
idstringnullable
created_atstring (date-time)
updated_atstring (date-time)
created_at_isostringnullable
updated_at_isostringnullable
system_typestringnullable
systemstringnullable
system_idstringnullable
system_record_idstringnullable
system_record_typestringnullable
tenant_idstringnullable
email_addressstringnullable
entry_methodstringnullable
access_pathstringnullable
entry_targetstringnullable
entry_blobstringnullable
ip_addressstringnullable
error_blobstringnullable
is_errorboolean
curl --request GET \
  --url 'https://api.4comply.io/v1/TransactionLogEntries' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'