Skip to content

Team and envelope logs

Team logs and envelope logs give you an audit trail of what happens in your team and on your envelopes. You can view and filter them directly in the Subnoto app.

In the app, go to Settings, then under Activity open Team logs or Envelope logs. You need to be a team admin to see and use these pages.

Team logs record team-level actions: member invites and changes, API key and webhook creation or updates, and SSO configuration changes. Use them to see who did what and when.

Team logs filtering by event type

You can filter results using the sidebar: choose one or more Event types to restrict the list. The table shows Date & Time, Event Type, Author, and Details. Expand a row to see the full event data as JSON. From the table toolbar you can export the current view to JSON or CSV.

Envelope logs record the lifecycle of envelopes: creation, sending, opening, signing, completion, decline, or cancellation. Use them to trace what happened to a specific envelope or to audit activity in a workspace.

Detailed envelope log view showing timestamped events for a specific envelope

Use the Filters sidebar to narrow results:

  • Workspace — restrict to one workspace or view all.
  • Envelope UUID — optional; enter an envelope UUID to see only that envelope’s events.
  • Event type — one or more checkboxes.

The table shows Date & Time, Event Type, Envelope, Workspace, Author, and Details. Expand a row to see the full event data as JSON. Use Load more to fetch additional pages (50 entries per page). From the table toolbar you can export the current view to JSON or CSV.

Event typeDescription
TEAM_CREATEDTeam was created
TEAM_CONFIG_UPDATEDTeam configuration changed
MEMBER_INVITEDMember was invited
INVITE_REVOKEDInvite was revoked
MEMBER_JOINEDMember joined the team
MEMBER_REMOVEDMember was removed
MEMBER_ROLE_UPDATEDMember role was updated
API_KEY_CREATEDAPI key was created
API_KEY_UPDATEDAPI key was updated
API_KEY_INVALIDATEDAPI key was invalidated
WEBHOOK_CREATEDWebhook was created
WEBHOOK_UPDATEDWebhook was updated
WEBHOOK_DELETEDWebhook was deleted
SSO_CONFIG_CREATEDSSO config was created
SSO_CONFIG_UPDATEDSSO config was updated
SSO_CONFIG_DELETEDSSO config was deleted
Event typeDescription
ENVELOPE_CREATEDEnvelope was created
ENVELOPE_SENTEnvelope was sent to recipients
DOCUMENT_SIGNEDA document was signed
ENVELOPE_COMPLETEDEnvelope was completed
ENVELOPE_OPENEDEnvelope was opened
ENVELOPE_DECLINEDEnvelope was declined
ENVELOPE_CANCELEDEnvelope was canceled
RECIPIENT_VERIFIEDRecipient was verified

You can also list the same team and envelope logs programmatically using the developer API. Use an API key with Read Team for team logs or Read Envelope for envelope logs, then call the logs list endpoint. This is useful for audit sync, reporting, or custom tooling. See Get activity logs for envelopes and team for the Public API and examples.