Data Delivery
REST API
Pull data from Kadoa on-demand using our REST API
API delivery gives you complete control over when and how you retrieve your extracted data. Perfect for batch processing, scheduled jobs, or on-demand access.
Basic Usage
Get Latest Data
Retrieve the most recent data from a workflow:
Response Format
Pagination and Filtering
Handle Large Datasets
Use pagination for efficient data retrieval:
Filtering Options
Target specific data with query parameters:
- Date Range:
?startDate=2024-01-01&endDate=2024-01-31
- Status Filter:
?status=success
- Changes Only:
?changesOnly=true
- Fields:
?fields=title,price,extractedAt
Example with Filters
Data Formats
JSON (Default)
Standard JSON format, perfect for modern applications:
CSV Format
Add Accept: text/csv
header for CSV output:
Error Handling
Common HTTP Status Codes
Code | Meaning | Action |
---|---|---|
200 | Success | Process data normally |
400 | Bad Request | Check query parameters |
401 | Unauthorized | Verify API key |
404 | Not Found | Check workflow ID |
429 | Rate Limited | Wait and retry |
500 | Server Error | Contact support |
API Reference
For complete API documentation, see: