List Revisions
List audit-trail revisions for library and agent entities, with optional filters by entity type, entity oIds, date range, and author. Returns lightweight summaries — use getRevision to fetch a single revision’s full before/after state or diff.
Documentation Index
Fetch the complete documentation index at: https://docs.octavehq.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
Optional list of entity types to filter revisions to (Persona, Product, Service, Solution, Segment, UseCase, Competitor, Alternative, BuyingTrigger, Objection, ProofPoint, Reference, Playbook, ContentAgent, Hypothesis, WorkspaceCompany, WritingStyle, BrandVoice, ChainedAgentWorkflow, SmartExample).
Product, Service, Solution, Persona, UseCase, Reference, Segment, Competitor, Alternative, BuyingTrigger, Objection, ProofPoint, Playbook, ContentAgent, Hypothesis, WorkspaceCompany, WritingStyle, BrandVoice, ChainedAgentWorkflow, SmartExample Optional list of entity oIds (e.g. 'pe_' for persona, 'pb_' for playbook) to constrain the search to revisions of those specific entities. Capped at 20.
20Optional ISO 8601 start date — return revisions created on or after this date.
Optional ISO 8601 end date — return revisions created on or before this date.
Optional user oId (e.g. 'u_*') to filter revisions to changes authored by a specific user.
If true, include revisions that have already been restored. Defaults to false.
Maximum number of revisions to return (default 25, max 100).
1 <= x <= 100Pagination offset (default 0).
x >= 0Response
List of revisions for the workspace.