← Tools Reference

Mezmo

Mezmo integration (Data, Developer Tools). Imported from open-connector.

API key5 toolshttps://api.mezmo.com
GET
mezmo_get_ingestion_status
Get whether the Mezmo ingestion service is currently ingesting data for the authenticated account.

/v1/config/ingestion/status

GET
mezmo_get_usage_summary
Get the Mezmo usage summary for a required time window without flattening the upstream usage payload.

/v2/usage

2 parameters
ParamTypeRequiredDescription
fromstringrequiredStart timestamp for the usage window.
tostringrequiredEnd timestamp for the usage window.
GET
mezmo_list_app_usages
List Mezmo usage entries grouped by app for a required time window and optional result limit.

/list_app_usages

3 parameters
ParamTypeRequiredDescription
fromstringrequiredStart timestamp for the usage window.
tostringrequiredEnd timestamp for the usage window.
limitintegeroptionalMaximum number of usage entries to return.
GET
mezmo_list_host_usages
List Mezmo usage entries grouped by host for a required time window and optional result limit.

/list_host_usages

3 parameters
ParamTypeRequiredDescription
fromstringrequiredStart timestamp for the usage window.
tostringrequiredEnd timestamp for the usage window.
limitintegeroptionalMaximum number of usage entries to return.
GET
mezmo_list_tag_usages
List Mezmo usage entries grouped by tag for a required time window and optional result limit.

/list_tag_usages

3 parameters
ParamTypeRequiredDescription
fromstringrequiredStart timestamp for the usage window.
tostringrequiredEnd timestamp for the usage window.
limitintegeroptionalMaximum number of usage entries to return.