Full actor attribution requires a Workspace API Key created from the Dashboard. See Authentication. Tasks created with legacy API keys may show limited actor information.
Overview
An Actor represents an entity that performs actions in the Nonce system. The Actor concept provides a clear and unified way to identify who performed an operation, enabling comprehensive task audit capabilities. With actors, you can:- Track which user, API key, or system process created a task batch
- Build audit trails for compliance and operational visibility
- Distinguish between manual operations (users) and automated operations (API keys or system)
Actor Types
Actor Schema
When included in API responses, an actor contains the following fields:Example Actor Response
User Actor:Usage in API Responses
Task Batches
When you retrieve task batches, thecreated_by field contains the actor who created the batch:
If the actor cannot be resolved (e.g., user was deleted), the
created_by field may be null or contain an “Unknown” actor.Current Limitations
- Legacy API keys: Tasks created with legacy API keys may show limited actor information
- System operations: Some automated operations are attributed to the
systemactor - Historical data: Older records may not have actor information populated