{"componentChunkName":"component---src-templates-api-page-tsx","path":"/api/teams/retrieve-event-counts-for-a-team/","result":{"data":{"openApi":{"id":"fdaf0250-1923-5139-9b2b-611878a32f86","path":{"description":"Return a set of points representing a normalized timestamp and the number of events seen in the period.\n\nQuery ranges are limited to Sentry’s configured time-series resolutions.","method":"get","operationId":"Retrieve Event Counts for a Team","summary":"Caution: this endpoint may change in the future without notice.","tags":["Teams"],"apiPath":"/api/0/teams/{organization_slug}/{team_slug}/stats/","readableUrl":"/api/teams/retrieve-event-counts-for-a-team/","parameters":[{"schema":{"type":"string","format":null,"enum":null},"name":"organization_slug","in":"path","description":"The slug of the organization the team belongs to.","required":true},{"schema":{"type":"string","format":null,"enum":null},"name":"team_slug","in":"path","description":"The slug of the team to get.","required":true},{"schema":{"type":"string","format":null,"enum":["received","rejected"]},"name":"stat","in":"query","description":"The name of the stat to query `(\"received\", \"rejected\")`.","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    3302\n  ],\n  [\n    1541458800,\n    3832\n  ],\n  [\n    1541462400,\n    3669\n  ],\n  [\n    1541466000,\n    3533\n  ],\n  [\n    1541469600,\n    3499\n  ],\n  [\n    1541473200,\n    3201\n  ],\n  [\n    1541476800,\n    3769\n  ],\n  [\n    1541480400,\n    2706\n  ],\n  [\n    1541484000,\n    2698\n  ],\n  [\n    1541487600,\n    3747\n  ],\n  [\n    1541491200,\n    3261\n  ],\n  [\n    1541494800,\n    2860\n  ],\n  [\n    1541498400,\n    4350\n  ],\n  [\n    1541502000,\n    2924\n  ],\n  [\n    1541505600,\n    3389\n  ],\n  [\n    1541509200,\n    2931\n  ],\n  [\n    1541512800,\n    3132\n  ],\n  [\n    1541516400,\n    3213\n  ],\n  [\n    1541520000,\n    3650\n  ],\n  [\n    1541523600,\n    3096\n  ],\n  [\n    1541527200,\n    3845\n  ],\n  [\n    1541530800,\n    3545\n  ],\n  [\n    1541534400,\n    2880\n  ],\n  [\n    1541538000,\n    4057\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":"Forbidden","status_code":"403"},{"content":null,"description":"Team not found","status_code":"404"}],"requestBody":null,"security":[{"auth_token":["team:read"]}]}}},"pageContext":{"id":"fdaf0250-1923-5139-9b2b-611878a32f86","title":"Retrieve Event Counts for a Team"}},"staticQueryHashes":["1218203755","1222113826","1222113826","1766336459","2158593473","3990806462","4015007367","4192517163"]}