Single FFATA report
Single FFATA report by its SAM report ID (a UUID, the natural primary key of the subawards table). Returns the same 30-field row shape as a search result. Not subject to the subaward history window, if you have a report ID, the record returns regardless of age.
Parameters
subaward_sam_report_id(path), the UUID from any row in /subawards/search (thesubaward_sam_report_idfield on each result). Normalized (strip + upper); accepted in mixed case. No query parameters;?fields=is not supported on this endpoint.
Response
A flat object with the same 30 fields documented under /subawards/search → Response. No wrapper; no data / pagination / window envelope on single-record lookup.
Errors
- 401: missing or invalid API key.
- 404: well-formed ID, no such report. Body:
{"detail": "Subaward report not found"}. - 429: rate limit exceeded.
Example
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://govconapi.com/api/v1/subawards/CEE04968-FCBA-11EF-8E2A-E7034F2D18CD"
subaward_number is not the unique key
The natural-looking subaward_number field (e.g. 1A4PZ-006-WTERX) is not the unique identifier, empirically about 10% of subaward_number values collide across records (modifications, re-issues). The 32-character UUID subaward_sam_report_id is the only stable per-record key.