MASSARIdocsRequest access

Screener metrics

GET/v1/screener/metricsPromised whole

Every metric the screener can filter or sort on.

Response contract

Every field in the response is part of the contract.

Response fields

The top level keys a live response actually returned, read off the API rather than written down here.

categoriesoperatorsmetricsdefault_columns

How this was verified

This endpoint takes no subject to vary, so one response is its whole population. Every field it returned, at every level, was compared with the contract above. Last checked August 18, 2026.

Request

curl "https://api.massari.ai/v1/screener/metrics" \
  -H "Authorization: Bearer $MASSARI_TOKEN"