Get Company Awards
get_company_awardsRetrieve the complete paginated award history for any company by UEI, sorted by award date or amount, with up to 1,000 records per request to enable full market analysis.
Instructions
Get the full paginated award history for one company (every individual award, not just the summary totals get_company_profile gives you).
Capture & Teaming tool, Pro only.
- uei: 12-character Unique Entity ID
- sort_by: award_date | award_amount
- sort_order: asc | desc
- limit: max 1000
Each row's `notice_id` is the same identifier get_opportunity takes, for pulling the
full original notice behind an award, but it's `null` on FPDS-sourced rows
(`source: "fpds_prime_contract"`), since those contracts were never posted as SAM
opportunities. Only `source: "sam_award_notice"` rows have one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uei | Yes | ||
| limit | No | ||
| offset | No | ||
| sort_by | No | ||
| sort_order | No | desc |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |