← Tools Reference

ngrok

ngrok integration (Developer Tools). Imported from open-connector.

API key6 toolshttps://api.ngrok.com
GET
ngrok_list_endpoints
List active ngrok endpoints for the current account, with optional pagination and CEL filtering.

/endpoints

3 parameters
ParamTypeRequiredDescription
limitintegeroptionalMaximum number of results to return. ngrok accepts values from 1 to 100.
before_idstringoptionalPagination cursor that requests results created before this resource ID.
filterstringoptionalCEL filter expression used by ngrok to filter the returned resources.
GET
ngrok_get_endpoint
Fetch one ngrok endpoint by ID and return the upstream endpoint object.

/endpoints/{endpoint_id}

1 parameter
ParamTypeRequiredDescription
endpoint_idstringrequiredUnique identifier of the ngrok endpoint.
GET
ngrok_list_tunnels
List online ngrok tunnels for the current account with pagination support.

/tunnels

2 parameters
ParamTypeRequiredDescription
limitintegeroptionalMaximum number of results to return. ngrok accepts values from 1 to 100.
before_idstringoptionalPagination cursor that requests results created before this resource ID.
GET
ngrok_list_tunnel_sessions
List online ngrok tunnel sessions for the current account with pagination and CEL filtering.

/tunnel_sessions

3 parameters
ParamTypeRequiredDescription
limitintegeroptionalMaximum number of results to return. ngrok accepts values from 1 to 100.
before_idstringoptionalPagination cursor that requests results created before this resource ID.
filterstringoptionalCEL filter expression used by ngrok to filter the returned resources.
GET
ngrok_list_reserved_domains
List reserved ngrok domains for the current account with pagination and CEL filtering.

/reserved_domains

3 parameters
ParamTypeRequiredDescription
limitintegeroptionalMaximum number of results to return. ngrok accepts values from 1 to 100.
before_idstringoptionalPagination cursor that requests results created before this resource ID.
filterstringoptionalCEL filter expression used by ngrok to filter the returned resources.
GET
ngrok_get_reserved_domain
Fetch one ngrok reserved domain by ID and return the upstream domain object.

/reserved_domains/{reserved_domain_id}

1 parameter
ParamTypeRequiredDescription
reserved_domain_idstringrequiredUnique identifier of the ngrok reserved domain.