Get IDV Child Awards
usaspending_get_idv_awardsList child contracts and task/delivery orders placed under an IDV (Indefinite Delivery Vehicle) award. Each row includes the generated_unique_award_id to chain into usaspending_get_award for full detail. The award_id must be the generated_unique_award_id of the parent IDV — obtainable from usaspending_search_awards (generated_internal_id field) or from usaspending_get_award. IDV category awards returned by usaspending_get_award have child orders accessible via this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| sort | No | Field to sort child awards by (e.g., obligated_amount, period_of_performance_start_date) | obligated_amount |
| type | No | Type of child awards to list: child_awards = task/delivery orders, child_idvs = sub-IDVs, grandchild_awards = orders under sub-IDVs | child_awards |
| limit | No | Maximum results per page (1–100) | |
| order | No | Sort direction | desc |
| award_id | Yes | Parent IDV generated_unique_award_id (e.g., CONT_IDV_NNK14MA74C_8000) — use generated_internal_id from usaspending_search_awards or generated_unique_award_id from usaspending_get_award |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cap | No | The per-page limit that was applied. | |
| error | No | Present when the call failed. Absent on success. | |
| shown | No | Number of child awards returned on this page. | |
| notice | No | Recovery hint when results are empty — the award may have no children of the requested type. Absent when results are present. | |
| results | No | Child awards placed under this IDV | |
| award_id | No | Parent IDV award ID queried | |
| truncated | No | True when this page was full and more child awards may remain beyond it. | |
| current_page | No | Current page returned | |
| has_next_page | No | Whether more pages of child awards may remain — set on a full page even when the upstream flag reports none. | |
| page_metadata | No | Pagination metadata (no total count available from this endpoint) | |
| parent_award_id | No | Parent IDV award ID whose children were listed |