Get Run Event Stats

Go to Product

Returns run statistics for charting, e.g. runs over time bucketed by day, a summary of totals by status, and a distribution of run durations. Unlike GET /stats, this is based on a persistent event log rather than the current state of your runs, so it still includes runs whose schedule, environment, or project has since been deleted. Defaults to the last 30 days if from and to are not given, and can be scoped to a single project.

Options

Set From
From
Start of the date range (inclusive). Defaults to 30 days before to.
Set To
To
End of the date range (inclusive). Defaults to now.
Set Project
Project
Only include runs in the project with this ID.
Result Format

Specify how the response should be mapped to the table output. The following formats are available:

Structured Table: Returns a parsed table with data split into rows and columns.

  • Buckets: One entry per day in the requested range, oldest first, with no gaps even for days with no finished runs.
  • Summary: Finished-run counts and timing, aggregated across the entire requested range.
  • Distribution: How runs' queued and execution times are distributed across time bands.

Raw Response: Returns the raw response in a single row with the following columns:

  • body: Response body
  • status: HTTP status code

Input Ports

Icon
Configuration data.

Output Ports

Icon
Result of the request depending on the selected Result Format.
Icon
Configuration data (this is the same as the input port; it is provided as passthrough for sequentially chaining nodes to declutter your workflow connections).

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.