Get Company Awards
get_company_awardsRetrieve a company's full award history by UEI, with paginated individual awards, amounts, dates, and notice IDs for SAM-sourced awards.
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 |