Prometheus · Arazzo Workflow
Prometheus Run a Large PromQL Expression via POST
Version 1.0.0
Evaluate an expression too long for a URL, first instant then across a range.
Provider
Workflows
large-promql-query-post
Evaluate a long PromQL expression through the POST query endpoints.
Identical semantics to the GET query endpoints, with the expression carried in an application/x-www-form-urlencoded body instead of the query string.
1
evaluateInstantViaPost
Evaluate the expression at a single point in time, sending it in the request body so no URL length limit applies.
2
evaluateRangeViaPost
Evaluate the same expression across the full time range, again through the request body, producing the matrix used for charting or export.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.