Batch Operations
Batch
Batch Operations
Execute multiple API calls in one request
POST
Batch Operations
Documentation Index
Fetch the complete documentation index at: https://docs.debtstack.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Execute multiple primitive operations in a single request. Operations run in parallel for optimal performance. Useful for reducing round-trips when you need data from multiple endpoints.Request
Array of operations to execute (max 10).
Supported Primitives
| Primitive | Maps To |
|---|---|
search.companies | GET /v1/companies |
search.bonds | GET /v1/bonds |
resolve.bond | GET /v1/bonds/resolve |
search.pricing | GET /v1/pricing |
traverse.entities | POST /v1/entities/traverse |
search.documents | GET /v1/documents/search |
Response
Array of results, one per operation.
Examples
Multiple Data Types
Get company metrics and bonds in one call:Response
Compare Multiple Companies
Mixed Primitives
Error Handling
If one operation fails, others still execute:Limits
- Maximum 10 operations per batch
- Each operation counts toward rate limits
- Credit cost is sum of individual operations

