← Tools Reference

FireHydrant

FireHydrant integration (Developer Tools, Productivity). Imported from open-connector.

API key6 toolshttps://api.firehydrant.io/v1
GET
firehydrant_list_incidents
List FireHydrant incidents with stable pagination and common filters.

/incidents

14 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number to request.
perPageintegeroptionalThe number of records to request per page. FireHydrant allows up to 200.
querystringoptionalA text query that searches incident name, summary, and description.
namestringoptionalA query to search incidents by name.
statusstringoptionalThe incident status to filter by.
servicesstringoptionalA comma-separated list of service IDs, or is_empty for incidents with no impact…
environmentsstringoptionalA comma-separated list of environment IDs, or is_empty for incidents with no im…
tagsstringoptionalA comma-separated list of tags.
tagMatchStrategystringoptionalThe tag matching strategy.
archivedbooleanoptionalWhether to return archived incidents.
createdAtOrAfterstringoptionalOnly return incidents created at or after this time.
createdAtOrBeforestringoptionalOnly return incidents created at or before this time.
updatedAfterstringoptionalOnly return incidents updated after this time.
updatedBeforestringoptionalOnly return incidents updated before this time.
GET
firehydrant_get_incident
Retrieve a single FireHydrant incident by ID.

/incidents/{incidentId}

1 parameter
ParamTypeRequiredDescription
incidentIdstringrequiredThe incident ID to load.
GET
firehydrant_list_services
List FireHydrant services with pagination and search filters.

/services

4 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number to request.
perPageintegeroptionalThe number of records to request per page. FireHydrant allows up to 200.
querystringoptionalA free-text query to search matching records.
namestringoptionalA name query to search matching records.
GET
firehydrant_get_service
Retrieve a single FireHydrant service by UUID or slug.

/services/{serviceId}

1 parameter
ParamTypeRequiredDescription
serviceIdstringrequiredThe service UUID or slug to load.
GET
firehydrant_list_environments
List FireHydrant environments with pagination and search filters.

/environments

4 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number to request.
perPageintegeroptionalThe number of records to request per page. FireHydrant allows up to 200.
querystringoptionalA free-text query to search matching records.
namestringoptionalA name query to search matching records.
GET
firehydrant_get_environment
Retrieve a single FireHydrant environment by UUID or slug.

/environments/{environmentId}

1 parameter
ParamTypeRequiredDescription
environmentIdstringrequiredThe environment UUID or slug to load.