Relativity is an AI-powered legal data platform whose flagship RelativityOne handles e-discovery, legal hold, review, and production workloads for law firms, corporations, and government agencies. An unofficial API lets you programmatically pull workspaces, documents, fields, searches, productions, and legal holds—and push updates like document imports, review coding, and production sets back into Relativity.

Relativity is an AI-powered legal data software company whose flagship platform, RelativityOne, helps legal teams organize complex data, uncover what matters most, and act with confidence. Law firms, corporations, and government agencies use Relativity for e-discovery, legal hold, early case assessment, investigations, contract review, and data breach response—collecting from sources like Microsoft 365, Google Workspace, and Slack, then processing, reviewing, and producing documents inside a single cloud workspace.
Core product areas include:
Common data entities:
Legal teams run case-defining workloads on Relativity daily, but turning workspace- and review-driven workflows into API-driven automation is non-trivial:
Supergood reverse-engineers authenticated browser flows and Relativity's Object Manager, Import/Export, and workspace services to deliver a resilient API layer for your Relativity environment—across RelativityOne and Government deployments.
Use Relativity with AI agents: Relativity MCP Server →
Book a 30-minute session to confirm your workspaces, fields, and authentication model.
We deliver a hardened Relativity adapter tailored to your workspace configuration and entitlements.
Go live with continuous monitoring and automatic adjustments as Relativity evolves.
Authentication
/authenticateAuthenticate to a Relativity environment using SSO, OAuth, or MFA and obtain a session token for downstream calls.
Workspaces
/workspacesList workspaces (matters) with filters for client, status, and creation date across the Relativity instance.
Documents
/documentsQuery documents, fields, and metadata within a workspace using saved searches and condition filters via Object Manager.
Documents
/import_documentsImport documents, images, natives, and Relativity Dynamic Objects into a workspace from load files via the Import service.
Productions
/productionsRetrieve production sets, markups, and redactions with status and date-range filters.
Legal Holds
/create_legal_holdCreate a legal hold, assign custodians, and issue preservation notices for a matter.
- Pull documents, fields, and coding decisions from review workspaces into a single warehouse - Stream search results and batch status to downstream analytics and reporting tools - Reconcile custodian and collection records across matters for unified case 360
- Push documents, images, and RDOs into a workspace from upstream collection tools via load files - Apply coding decisions and tags programmatically without manual review-pane clicks - Route privilege and responsiveness calls to downstream QC and case-strategy workflows
- Pull production sets, markups, and redactions for delivery tracking and chain-of-custody logging - Trigger production generation and validate Bates ranges before export - Surface production errors and stamping issues to case-management workflows
- Create legal holds and issue preservation notices when a matter is opened - Pull custodian acknowledgement and collection status for compliance reporting - Trigger downstream HR and IT workflows when custodian or hold scope changes
Authentication
SSO, OAuth, and MFA (SMS, email, TOTP) handled in a managed session
Connectivity
Authenticated browser flows plus Relativity Object Manager, Import/Export, and Workspace REST services where exposed
Response format
Normalized JSON across Workspace, Document, Search, Production, and Legal Hold objects
Rate limits
Adaptive throttling tuned to your RelativityOne tenant to avoid platform-side limits
Session management
Automatic session refresh, MFA replay handling, and credential rotation
Data freshness
Near real-time pulls for documents, searches, and productions with optional scheduled batch syncs
Security
Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging; FedRAMP-aware for Government tenants
Webhooks
Event-style callbacks for document import completion, production status, and legal hold acknowledgements
Latency
Sub-second reads on cached entities; multi-second writes when importing documents and generating productions
Throughput
Horizontally scaled workers sized to large-volume document and metadata loads
Reliability
Retry, backoff, and idempotency keys for imports, coding updates, and production transactions
Adaptation
Continuous monitoring of RelativityOne releases, Object Manager version changes, and workspace configuration drift
Yes. Supergood adapts to either deployment model. For RelativityOne we work against your cloud tenant; for Relativity Server we operate against the same authenticated Object Manager and workspace surfaces, with network configuration tuned to your environment.
Each workspace is profiled against its configured fields, layouts, and Relativity Dynamic Objects. Supergood resolves Artifact IDs and ObjectType integers so you query by name, preserving workspace-specific schemas rather than forcing a generic one.
Yes. Supergood drives the Import service to load documents, images, natives, and RDOs from load files, and can apply coding decisions, tags, and batch assignments programmatically across review workflows.
Yes. Supergood operates against the Government tenant's authenticated surfaces with FedRAMP-aware controls, keeping access compliant for public-sector matters.
Production sets, markups, and redactions are exposed through the normalized API with defensible chain-of-custody logging, so every read and write is captured for audit and discovery purposes.