cURL
curl --request GET \ --url https://api.kausate.com/v2/orders \ --header 'X-API-Key: <api-key>'
{ "orders": [ { "orderId": "report-D2601V_HRB******-DEHRSI-20240319143022", "customerReference": "my-ref-123", "status": "completed", "requestTime": "2024-03-19T14:30:22.787045Z", "responseTime": "2024-03-19T14:32:45.108791Z" } ], "total": 1 }
Retrieve a list of orders for your organization.
Sign up at Kausate.com to get an API key
Maximum number of orders to return
1 <= x <= 100
Filter orders by workflow type
DocumentRetrieval
CompanyReport
ShareholderGraph
UBOExtraction
Orders retrieved successfully
Response model for listing orders.
List of orders
Show child attributes
Order status
Time when the order was created
150
Time when the order completed
Company name from search attributes
Total number of orders returned
Was this page helpful?