Get program activity
Returns activity metrics per program. Use since to limit which programs are returned (only programs with activity after the timestamp). When from and to are provided, event_count, total_issued and total_redeemed are scoped to that period; otherwise they are all-time totals. Journal count, unique participants, and last activity are always all-time. Sub-entity counts (rule_count, reward_count, tier_count, asset_count) reflect current non-archived state.
Compares activity across programs in a single request. For each program, the response includesDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
event_count, journal_count, total_issued, total_redeemed, unique_participants, and last_activity_at.
Use the since parameter to limit results to programs with activity after a given timestamp. This is useful for filtering out dormant programs and focusing on the ones that matter. Programs with no activity in the specified window are excluded from the response.
Authorizations
API key passed in the X-API-Key header.
Query Parameters
Only include programs with activity after this timestamp (RFC 3339). Does not filter metric values.
Period start (inclusive, RFC3339). Must be provided with to. Scopes event_count, total_issued and total_redeemed.
Period end (inclusive, RFC3339). Must be provided with from. Scopes event_count, total_issued and total_redeemed.