action gsa_metadata_get { label: "This endpoint returns metadata for the most recent data loads of SAM and FPDS data" description: "
This endpoint returns metadata for the most recent data loads of SAM and FPDS data. It takes no parameters.
" provider: gsa method: GET path: "/api/metadata/" encoding: json output: { type: "object" additionalProperties: true } }