NAiOS IconNAiOS Logo
Volver al catálogo

Highergov

highergov

HigherGov is a market intelligence platform providing comprehensive data on U.S. federal, state, and local government contracts and grants.

Acciones
27
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (27)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Get AgenciesHIGHERGOV_GET_AGENCIESAcción

Tool to retrieve agencies information. Use when you need to list agencies with pagination.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting from 1

  • page_sizeinteger

    Number of items per page, overrides default if provided

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Award HistoryHIGHERGOV_GET_AWARD_HISTORYAcción

Tool to retrieve award history. Use when you need paginated historical award data.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting from 1

  • page_sizeinteger

    Number of items per page; overrides default from app config

  • search_idstring

    Apply a HigherGov saved search ID to filter results

  • last_modified_datestring

    Filter awards by last modified date in YYYY-MM-DD format

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Contract HistoryHIGHERGOV_GET_CONTRACT_HISTORYAcción

Tool to retrieve contract history. Use when you need paginated historical data for a specific contract (via award_id/contract_id) or across contracts using last_modified_date.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting from 1

  • award_idstring

    Contract award ID to filter a specific contract (e.g., 'FA282320P0011')

  • page_sizeinteger

    Number of items per page; overrides default if provided

  • contract_idstring

    Deprecated. Contract identifier; will be coerced to award_id if provided.

  • last_modified_datestring

    Filter by last modified date in YYYY-MM-DD format to retrieve historical changes

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Contract IDVsHIGHERGOV_GET_CONTRACT_IDVSAcción

Tool to retrieve Indefinite Delivery Vehicle (IDV) contract records via the HigherGov Contracts endpoint. Use when you need to list IDVs with pagination, optionally leveraging a saved search_id that filters to IDVs.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting from 1

  • page_sizeinteger

    Number of items per page, overrides default if provided

  • search_idstring

    Saved HigherGov Contracts search ID (e.g., an IDV-only search)

  • last_modified_datestring

    Filter by last modified date in YYYY-MM-DD format

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ContractsHIGHERGOV_GET_CONTRACTSAcción

Tool to retrieve federal contract data. Use when you need to list contracts with optional filters like last_modified_date or search_id.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting from 1

  • page_sizeinteger

    Number of items per page, overrides default if provided

  • search_idstring

    Saved HigherGov search ID to filter contracts

  • last_modified_datestring

    Filter by last modified date in YYYY-MM-DD format

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Contract VehiclesHIGHERGOV_GET_CONTRACT_VEHICLESAcción

Tool to retrieve contract vehicles. Use when you need to list contract vehicles with pagination.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting from 1

  • page_sizeinteger

    Number of items per page, overrides default if provided

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Defense ProgramsHIGHERGOV_GET_DEFENSE_PROGRAMSAcción

Tool to retrieve defense programs information. Use when you need to list defense programs with pagination.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting from 1

  • page_sizeinteger

    Number of items per page, overrides default if provided

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get DLA Contract OpportunitiesHIGHERGOV_GET_DLA_CONTRACT_OPPORTUNITIESAcción

Tool to retrieve DLA contract opportunities. Use when needing paginated DLA procurement listings.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting at 1

  • opp_keystring

    Filter by specific opportunity key

  • page_sizeinteger

    Number of items per page

  • search_idstring

    Saved HigherGov search ID to filter opportunities

  • source_idinteger

    Filter by specific source ID

  • agency_keyinteger

    Filter by issuing agency key (use DLA key for DLA opportunities)

  • posted_datestring

    Filter opportunities posted on this date (YYYY-MM-DD)

  • version_keystring

    Filter by specific opportunity version key

  • captured_datestring

    Filter opportunities captured on or after this date (YYYY-MM-DD)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get DocumentsHIGHERGOV_GET_DOCUMENTSAcción

Tool to fetch document metadata from HigherGov. Use when needing to retrieve documents associated with contracts, grants, or opportunities.

Parámetros de entrada

  • pageinteger

    Page number for pagination; must be >= 1

  • grant_idinteger

    Filter documents by associated grant ID

  • orderingstring

    Ordering criteria (e.g., 'created_at', '-created_at')

  • page_sizeinteger

    Number of items per page (1-100). If not set, defaults to the API's default page size

  • contract_idinteger

    Filter documents by associated contract ID

  • document_idinteger

    Filter documents by unique document ID

  • related_keystring

    Required key that identifies the related record (e.g., from document_path on an opportunity).

  • opportunity_idinteger

    Filter documents by associated opportunity ID

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Grant HistoryHIGHERGOV_GET_GRANT_HISTORYAcción

Tool to fetch historical data on grants. Use when you need paginated historical data for a specific grant (via award_id) or across grants using last_modified_date.

Parámetros de entrada

  • pageinteger

    Page number for pagination, must be >= 1

  • award_idstring

    Grant award ID to filter a specific grant (e.g., 'EMK-2021-BR-042')

  • page_sizeinteger

    Number of items per page (1-100). If omitted, uses default from app config

  • last_modified_datestring

    Filter grants by last modified date in YYYY-MM-DD format

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Grant OpportunitiesHIGHERGOV_GET_GRANT_OPPORTUNITIESAcción

Tool to retrieve information on grant opportunities. Use when you need a paginated list of grants filtered by keyword, agency, or status.

Parámetros de entrada

  • pageinteger

    Page number for pagination, must be >= 1

  • statusstringenum

    Filter opportunities by status: 'open' or 'closed'

    openclosed
  • keywordstring

    Term to search in opportunity titles or descriptions

  • opp_keyinteger

    Filter by a specific opportunity key

  • agency_idinteger

    Filter opportunities by agency ID (mapped to agency_key)

  • page_sizeinteger

    Number of items per page (1-100). If omitted, uses default from app config

  • search_idstring

    Saved HigherGov search ID to filter opportunities

  • source_idinteger

    Filter by specific data source ID

  • agency_keyinteger

    Filter by agency key (preferred over agency_id)

  • posted_datestring

    Filter opportunities posted on or after this date (YYYY-MM-DD)

  • version_keyinteger

    Filter by a specific opportunity version key

  • captured_datestring

    Filter opportunities captured on or after this date (YYYY-MM-DD)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Grant ProgramsHIGHERGOV_GET_GRANT_PROGRAMSAcción

Tool to retrieve information on grant programs. Use when you need to list available grant programs with pagination.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting from 1

  • page_sizeinteger

    Number of items per page, overrides default if provided

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get NAICS CodesHIGHERGOV_GET_NAICSAcción

Tool to retrieve NAICS codes. Use when you need a pagitated list of NAICS codes, optionally filtered by code or title.

Parámetros de entrada

  • codestring

    Filter results by NAICS code (exact or partial match)

  • pageinteger

    Page number for pagination, starting from 1

  • titlestring

    Filter results by NAICS title (exact or partial match)

  • page_sizeinteger

    Number of items per page, overrides default if provided

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get OpportunitiesHIGHERGOV_GET_OPPORTUNITIESAcción

Tool to retrieve opportunity data. Use when you need a paginated list of opportunities filtered by search ID, date, or source type.

Parámetros de entrada

  • pageinteger

    Page number for pagination, must be >= 1

  • page_sizeinteger

    Number of items per page. Overrides default page_size if provided

  • search_idstring

    Saved HigherGov search ID to filter opportunities

  • source_typestring

    Filter by data source type (e.g., 'sam')

  • captured_datestring

    Filter opportunities captured on or after this date (YYYY-MM-DD)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Opportunity HistoryHIGHERGOV_GET_OPPORTUNITY_HISTORYAcción

Tool to retrieve opportunity history. Use when you need paginated historical data for a specific opportunity or across the dataset using captured_date.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting from 1

  • opp_keystring

    HigherGov opportunity key to filter history for a specific opportunity

  • page_sizeinteger

    Number of items per page; overrides default from app config

  • source_typestring

    Filter by data source type (e.g., 'sam', 'sled')

  • version_keystring

    Version key to filter a specific historical version of an opportunity

  • captured_datestring

    Historical snapshot date filter (YYYY-MM-DD)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get PeopleHIGHERGOV_GET_PEOPLEAcción

Tool to retrieve information on people related to government contracts and grants. Use when you need to search or filter individuals by name, organization, or role.

Parámetros de entrada

  • pageinteger

    Page number to retrieve (1-based).

  • rolestring

    Filter by person's role or title.

  • searchstring

    Keyword to search within person names, titles, or attributes.

  • orderingstring

    Field to sort by, e.g., 'first_name' or '-last_name'.

  • page_sizeinteger

    Number of items per page (1-100). Overrides default if provided.

  • person_idinteger

    Exact person ID to fetch a single record.

  • organizationstring

    Filter by affiliated organization name.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Prime Contract AwardsHIGHERGOV_GET_PRIME_CONTRACT_AWARDSAcción

Tool to retrieve prime contract awards. Use when you need a paginated list of prime contract awards optionally filtered by last modified date or saved search ID.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting at 1

  • page_sizeinteger

    Number of items per page; overrides default from app config

  • search_idstring

    Apply a HigherGov saved search ID to filter results

  • last_modified_datestring

    Filter awards by last modified date in YYYY-MM-DD format

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Prime Grant AwardsHIGHERGOV_GET_PRIME_GRANT_AWARDSAcción

Tool to retrieve information on prime grant awards. Use when you need a paginated list of awarded federal grants.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting from 1

  • statestring

    Filter awards by recipient state (2-letter code)

  • keywordstring

    Filter awards by keyword in title or description

  • grant_idinteger

    Filter by specific grant (award) ID

  • agency_idinteger

    Filter awards by awarding agency ID

  • page_sizeinteger

    Number of items per page (overrides default if provided)

  • search_idstring

    Apply a HigherGov saved search ID to filter results

  • fiscal_yearinteger

    Filter awards by fiscal year

  • program_numberstring

    Filter awards by program number (e.g., CFDA number)

  • recipient_namestring

    Filter awards by recipient name

  • last_modified_datestring

    Filter awards by last modified date (YYYY-MM-DD)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ProgramsHIGHERGOV_GET_PROGRAMSAcción

Tool to retrieve a list of government programs and categories. Use when exploring available programs with pagination.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting from 1

  • page_sizeinteger

    Number of items per page, overrides default if provided

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Product and Service CodesHIGHERGOV_GET_PSCAcción

Tool to retrieve information on Product and Service Codes. Use when fetching PSC entries with optional pagination and filtering by code.

Parámetros de entrada

  • codestring

    Optional filter to return only PSC entries matching this code

  • pageinteger

    Page number (integer, minimum 1)

  • page_sizeinteger

    Number of items per page (integer, minimum 1)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get PursuitsHIGHERGOV_GET_PURSUITSAcción

Tool to retrieve user-specific pursuits. Use when you need to fetch a user's pursuits with optional filtering by status and pagination.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting from 1

  • statusstring

    Filter pursuits by status (e.g., open, closed)

  • opp_keyinteger

    Filter by specific opportunity key for opportunities fallback

  • user_idstring

    Filter pursuits by the user's unique identifier

  • page_sizeinteger

    Number of items per page, overrides default if provided

  • search_idstring

    Saved HigherGov search ID to use with the opportunities fallback

  • source_idinteger

    Filter by source_id for opportunities fallback

  • agency_keyinteger

    Filter by HigherGov agency_key for opportunities fallback

  • posted_datestring

    Filter by posted date (YYYY-MM-DD) for opportunities fallback

  • source_typestring

    Filter by data source type (e.g., 'sam') for fallback

  • version_keyinteger

    Filter by specific opportunity version key for opportunities fallback

  • captured_datestring

    Filter opportunities captured on or after this date (YYYY-MM-DD) for fallback

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get SBIR OpportunitiesHIGHERGOV_GET_SBIR_OPPORTUNITIESAcción

Tool to retrieve SBIR (Small Business Innovation Research) opportunities. Use when you need to list SBIR opportunities with optional filters and pagination.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting from 1

  • topicstring

    Filter by topic area of the opportunity

  • agencystring

    Filter by agency offering the SBIR opportunity (name or acronym)

  • opp_keystring

    Filter by specific opportunity key

  • page_sizeinteger

    Number of items per page, overrides default if provided

  • agency_keyinteger

    Filter by issuing agency key

  • posted_datestring

    Filter opportunities posted on this date (YYYY-MM-DD)

  • version_keystring

    Filter by specific opportunity version key

  • open_date_tostring

    Filter opportunities opened on or before this date (YYYY-MM-DD)

  • captured_datestring

    Filter opportunities captured on or after this date (YYYY-MM-DD)

  • close_date_tostring

    Filter opportunities closing on or before this date (YYYY-MM-DD)

  • open_date_fromstring

    Filter opportunities opened on or after this date (YYYY-MM-DD)

  • close_date_fromstring

    Filter opportunities closing on or after this date (YYYY-MM-DD)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get SLED Contract OpportunitiesHIGHERGOV_GET_SLED_CONTRACT_OPPORTUNITIESAcción

Tool to retrieve state and local (SLED) contract opportunities. Uses the general Opportunity endpoint with optional filters.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting at 1

  • opp_keystring

    Filter by specific opportunity key

  • page_sizeinteger

    Number of items per page

  • search_idstring

    Saved HigherGov search ID to filter opportunities

  • source_idinteger

    Filter by specific source ID

  • agency_keyinteger

    Filter by issuing agency key

  • posted_datestring

    Filter opportunities posted on this date (YYYY-MM-DD)

  • source_typestring

    Filter by data source type (e.g., 'sam' for federal; consult OAS for SLED value)

  • version_keystring

    Filter by specific opportunity version key

  • captured_datestring

    Filter opportunities captured on or after this date (YYYY-MM-DD)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Subcontract AwardsHIGHERGOV_GET_SUBCONTRACT_AWARDSAcción

Tool to retrieve subcontract awards. Use when you need to list subcontract awards with optional filters such as date range or prime award PIID.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting from 1

  • award_idstring

    Filter awards by associated prime contract award ID (e.g., 36C25221C0021)

  • page_sizeinteger

    Number of items per page, overrides default if provided

  • search_idstring

    Apply a HigherGov saved search ID to filter results

  • award_date_endstring

    Filter awards by award date on or before this date (YYYY-MM-DD)

  • award_date_startstring

    Filter awards by award date on or after this date (YYYY-MM-DD)

  • prime_award_piidstring

    Filter awards by prime award PIID

  • last_modified_datestring

    Filter awards by last modified date (YYYY-MM-DD)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Subgrant AwardsHIGHERGOV_GET_SUBGRANT_AWARDSAcción

Tool to retrieve subgrant awards information. Use when you need to list subgrant awards with optional filters such as recipient name, fiscal year, or program.

Parámetros de entrada

  • pageinteger

    Page number for pagination, must be >= 1

  • statestring

    Filter by recipient state (2-letter code)

  • award_idstring

    Filter by associated prime grant award ID (string, e.g., B-23-CP-NJ-1004)

  • page_sizeinteger

    Number of items per page (1-100), overrides default if provided

  • search_idstring

    Apply a HigherGov saved search ID to filter results

  • fiscal_yearinteger

    Filter by fiscal year

  • subgrant_idinteger

    Filter by unique subgrant ID

  • recipient_namestring

    Filter by recipient name

  • subgrant_numberstring

    Filter by subgrant number

  • last_modified_datestring

    Filter by last modified date (YYYY-MM-DD)

  • cfda_program_numberstring

    Filter by CFDA program number (e.g., 14.251)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Task OrdersHIGHERGOV_GET_TASK_ORDERSAcción

Tool to retrieve task order data. Use when you need to list task orders associated with contracts.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting from 1

  • page_sizeinteger

    Number of items per page, overrides default if provided

  • parent_award_idstring

    Filter to only task orders under a specific IDV parent award ID

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Tech ProgramsHIGHERGOV_GET_TECH_PROGRAMSAcción

Tool to retrieve information on technology programs. Use when you need to list technology programs with pagination.

Parámetros de entrada

  • pageinteger

    Page number for pagination, starting from 1

  • page_sizeinteger

    Number of items per page, overrides default if provided

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not