export_records
Export WARN records in bulk. Requires Pro tier or higher.
Returns up to 500 records with full field details. For CSV/Parquet
downloads, use the REST API at /api/export/.
Get your API key at warnfirehose.com/account
Args:
api_key: Your WARN Firehose API key (Pro tier required)
state: Optional 2-letter state code filter
company: Optional company name filter (partial match)
days: Look back this many days (default 90, max 730)
limit: Max records to return (default 100, max 500)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| limit | No | ||
| state | No | ||
| api_key | Yes | ||
| company | No |