{"componentChunkName":"component---src-templates-api-page-tsx","path":"/api/organizations/retrieve-event-counts-for-an-organization/","result":{"data":{"openApi":{"id":"9f592bde-b98c-5801-ab2a-a874f65d3d8f","path":{"description":"Return a set of points representing a normalized timestamp and the number of events seen in the period.","method":"get","operationId":"Retrieve Event Counts for an Organization","summary":"Caution: this endpoint may change in the future without notice.","tags":["Organizations"],"apiPath":"/api/0/organizations/{organization_slug}/stats/","readableUrl":"/api/organizations/retrieve-event-counts-for-an-organization/","parameters":[{"schema":{"type":"string","format":null,"enum":null},"name":"organization_slug","in":"path","description":"The slug of the organization the event ID should be looked up in.","required":true},{"schema":{"type":"string","format":null,"enum":["received","rejected","blacklisted"]},"name":"stat","in":"query","description":"The name of the stat to query `(\"received\", \"rejected\", \"blacklisted\")`.","required":null},{"schema":{"type":"string","format":"date-time","enum":null},"name":"since","in":"query","description":"A timestamp to set the start of the query in seconds since UNIX epoch.","required":null},{"schema":{"type":"string","format":"date-time","enum":null},"name":"until","in":"query","description":"A timestamp to set the end of the query in seconds since UNIX epoch.","required":null},{"schema":{"type":"string","format":null,"enum":["10s","1h","1d"]},"name":"resolution","in":"query","description":"An explicit resolution to search for (one of `10s`, `1h`, and `1d`).","required":null}],"responses":[{"content":{"content_type":"application/json","example":"[\n  [\n    1541455200,\n    8264\n  ],\n  [\n    1541458800,\n    6564\n  ],\n  [\n    1541462400,\n    8652\n  ],\n  [\n    1541466000,\n    7436\n  ],\n  [\n    1541469600,\n    8127\n  ],\n  [\n    1541473200,\n    7643\n  ],\n  [\n    1541476800,\n    6518\n  ],\n  [\n    1541480400,\n    6752\n  ],\n  [\n    1541484000,\n    6559\n  ],\n  [\n    1541487600,\n    7039\n  ],\n  [\n    1541491200,\n    7384\n  ],\n  [\n    1541494800,\n    6265\n  ],\n  [\n    1541498400,\n    8390\n  ],\n  [\n    1541502000,\n    6393\n  ],\n  [\n    1541505600,\n    7298\n  ],\n  [\n    1541509200,\n    7422\n  ],\n  [\n    1541512800,\n    5603\n  ],\n  [\n    1541516400,\n    6846\n  ],\n  [\n    1541520000,\n    8886\n  ],\n  [\n    1541523600,\n    6544\n  ],\n  [\n    1541527200,\n    8812\n  ],\n  [\n    1541530800,\n    8172\n  ],\n  [\n    1541534400,\n    5733\n  ],\n  [\n    1541538000,\n    9435\n  ]\n]","schema":"{\n  \"type\": \"array\",\n  \"items\": {\n    \"type\": \"array\",\n    \"items\": {\n      \"type\": \"integer\"\n    }\n  }\n}"},"description":"Success","status_code":"200"},{"content":null,"description":"Unauthorized","status_code":"401"},{"content":null,"description":"Forbidden","status_code":"403"},{"content":null,"description":"Not Found","status_code":"404"}],"requestBody":null,"security":[{"auth_token":["org: read"]}]}}},"pageContext":{"id":"9f592bde-b98c-5801-ab2a-a874f65d3d8f","title":"Retrieve Event Counts for an Organization"}},"staticQueryHashes":["1218203755","1222113826","1222113826","1766336459","2158593473","3990806462","4015007367","4192517163"]}