Skip to main content
GET
List metric flows

Authorizations

X-API-Key
string
header
required

API key for authentication

Query Parameters

page_size
integer

Number of results per page (1-100, default 50).

page_token
string

Pagination token from a previous response's next_page_token.

order_by
string

Sort field, optionally prefixed with - for descending. One of created_at, status, trigger_metric_name, followup_metric_name. Defaults to -created_at.

status_filter
enum<string>

Restrict to a single status.

Available options:
ACTIVE,
INACTIVE
search_query
string

Case-insensitive match against trigger/followup metric names.

Response

A page of metric flows

metric_flows
object[]
required
next_page_token
string | null