Anomify API Documentation
Anomify AI Main Site | Anomify Documentation

/anomalies

/anomalies

/anomaly

/anomaly/lookup
/anomaly/train
/anomaly/{anomaly_id}

/billing

/billing/checkoutcallback
/billing/getcheckoutsession
/billing/getportalsession

/exclusion

/exclusion/add
/exclusion/delete
/exclusion/list
/exclusion/test
/exclusion/types

/image

/image/anomaly
/image/metric

/js

/js/eventsender

/login

/login
/login/forgotpassword
/login/resetpassword
/login/validateclient

/match

/match/{match_id}
/match/{match_id}/graph
/match/{match_id}/motif/graph

/metric

/metric/{metric_name}
/metric/{metric_name}/anomalies
/metric/{metric_name}/anomalysummary
/metric/{metric_name}/bundle
/metric/{metric_name}/graph
/metric/{metric_name}/patterns
/metric/{metric_name}/timeseries
/metric/{metric_name}/yhat

/metrics

/metrics
/metrics/mostanomalous
/metrics/mostrecentlyanomalous
/metrics/mostrecentlymatched

/misc

/misc/phonecodes
/misc/timesince
/misc/timezones

/org

/org/adminalert/{alert_code}
/org/adminalerts
/org/channels
/org/events
/org/getquotametrics
/org/getstripesession
/org/graph
/org/info
/org/removequotametrics
/org/stripecallback
/org/summary
/org/testmetrics
/org/update
/org/users

/pattern

/pattern/{pattern_id}
/pattern/{pattern_id}/disable
/pattern/{pattern_id}/matches
/pattern/{pattern_id}/timeseries

/patterns

/patterns/pending

/ping

/ping

/signup

/signup/demo
/signup/demo-orgs
/signup/selfserve
/signup/verify

/status

/status

/user

/user/delete
/user/info
/user/logout
/user/ping
/user/reportissue
/user/update
/user/updatepassword

/watcher

/watcher/create
/watcher/{watcher_id}/delete
/watcher/{watcher_id}/undelete
/watcher/{watcher_id}/update

/watchers

/watchers/chips
/watchers/list

Method: /org/events

Detail

Return a list of recent (or custom timeframe) events for the current org.

Parameters

Key Required Example Description
from no 1588603852 Timestamp.
until no 1588690252 Timestamp. Defaults to current timestamp if unspecified.
period no 24h One of: "3h" (3 hours, default), "24h" (24 hours), "3d" (3 days), or "7d" (7 days). This will take preference over a "from" timestamp if both are specified.
report no all One of: "anomalies", "matches", "training", or "all" (default)
order no desc One of: "asc", "desc" (default)
filter no all One of: "recent" (most recent events per metric only), or "all" (default)

If no from/until are specified, we will use the last 7 days rounded to the last full minute.

Example Output

{
    "status": { ... see /login method for status block structure ... }
},
        "code": 200,
        "oldest_cached_component_age": 14,
        "session_id": "d6037f30af93eff210e40d2fc83210ed",
        "org_onboarding_status_id": 300,
        "api_host": "anomalarm.dev.dropbox.dev.local",
        "user_onboarding_flags": {
            "main_intro": false,
            "alerts_intro": false,
            "alerts_from_search": false,
            "training_intro": false,
            "alert_created": false,
            "test_alert_sent": false,
            "two_alerts_sent": false,
            "pattern_trained": false
        }
    },
    "data": {
        "events": [
{
    "event_type": "anomaly",
    "event_id": 252500,
    "metric_id": 722,
    "metric_name": "org_101.graphite-labs_wikimedia_org.clouddb-services.clouddb1003.memory.Active",
    "status": { ... see /login method for status block structure ... }
},
{
    "event_type": "anomaly",
    "event_id": 252495,
    "metric_id": 723,
    "metric_name": "org_101.graphite-labs_wikimedia_org.clouddb-services.clouddb1003.memory.Cached",
    "status": { ... see /login method for status block structure ... }
},
{
    "event_type": "anomaly",
    "event_id": 252494,
    "metric_id": 722,
    "metric_name": "org_101.graphite-labs_wikimedia_org.clouddb-services.clouddb1003.memory.Active",
    "status": { ... see /login method for status block structure ... }
}
        ]
    }
}

Live Request

URL: /org/events

You need to be logged in to your Anomify account to to make live API requests.

Please log in here or sign up to Anomify

Email
Password

Live request results will appear here.