# Stratalize Federal Docket Intelligence

> Stratalize Federal Docket Intelligence is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns active federal dockets for a named party — open cases only, last filing date, nature of suit, and most active courts — sourced from CourtListener

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/docket-intelligence
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-federal-docket-intelligence-a75fc078
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__G1-jhCyaiUywkyUrkyMI

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stratalize-federal-docket-intelligence-a75fc078
```

Example prompt: Pull up all active federal dockets for Acme Corporation — I need the open cases only, the last filing date for each, nature of suit, and which courts are most active. Focus on the Southern District of New York if you can filter by court.

## When to prefer this

Use this endpoint when you need real-time federal litigation monitoring for a specific named party, particularly for due diligence, vendor screening, counterparty risk assessment, or ongoing compliance workflows. Prefer this over general legal search tools when you specifically need open/active federal cases with filing recency data and court-level breakdowns, and when an attested, verifiable response receipt is required for audit or compliance purposes.

## Known failure modes

- Party name not found in CourtListener — returns empty results or 404
- Ambiguous party name matching multiple entities — may return broader result set requiring filtering
- Court filter not recognized — invalid court code returns error
- No active cases exist for the party — returns empty docket list
- Rate limiting or payment failure — x402 payment not processed, 402 response returned

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Active federal dockets for a named party — open cases only, last filing date, nature of suit, and most active courts. Source: CourtListener. Use for ongoing litigation monitoring

## Output

A list of active federal dockets for the named party, including open case identifiers, last filing dates, nature-of-suit classifications, and rankings of the most active courts handling their cases. Data is sourced from CourtListener and returned with a signed, independently verifiable receipt from trust.stratalize.com.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "court": {
   "type": "string",
   "description": "Request parameter: court"
  },
  "party_name": {
   "type": "string",
   "description": "Party name to monitor for active federal cases"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-federal-docket-intelligence-a75fc078/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
