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.
Retrieve the most recent data from a workflow:
Use pagination for efficient data retrieval:
Target specific data with query parameters:
?startDate=2024-01-01&endDate=2024-01-31
?status=success
?changesOnly=true
?fields=title,price,extractedAt
Standard JSON format, perfect for modern applications:
Add Accept: text/csv
header for CSV output:
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 |
For complete API documentation, see:
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.
Retrieve the most recent data from a workflow:
Use pagination for efficient data retrieval:
Target specific data with query parameters:
?startDate=2024-01-01&endDate=2024-01-31
?status=success
?changesOnly=true
?fields=title,price,extractedAt
Standard JSON format, perfect for modern applications:
Add Accept: text/csv
header for CSV output:
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 |
For complete API documentation, see: