{"componentChunkName":"component---src-templates-api-page-tsx","path":"/api/projects/retrieve-event-counts-for-a-project/","result":{"data":{"openApi":{"id":"30f77d68-6b52-5b1b-a2ac-5194443eeb99","path":{"description":"Return a set of points representing a normalized timestamp and the\nnumber 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 Project","summary":"Caution: this endpoint may change in the future without notice.","tags":["Projects"],"apiPath":"/api/0/projects/{organization_slug}/{project_slug}/stats/","readableUrl":"/api/projects/retrieve-event-counts-for-a-project/","parameters":[{"schema":{"type":"string","format":null,"enum":null},"name":"organization_slug","in":"path","description":"The slug of the organization.","required":true},{"schema":{"type":"string","format":null,"enum":null},"name":"project_slug","in":"path","description":"The slug of the project.","required":true},{"schema":{"type":"string","format":null,"enum":["received","rejected","blacklisted","generated"]},"name":"stat","in":"query","description":"The name of the stat to query `(\"received\", \"rejected\", \"blacklisted\", \"generated\")`.","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    1184\n  ],\n  [\n    1541458800,\n    1410\n  ],\n  [\n    1541462400,\n    1440\n  ],\n  [\n    1541466000,\n    1682\n  ],\n  [\n    1541469600,\n    1203\n  ],\n  [\n    1541473200,\n    497\n  ],\n  [\n    1541476800,\n    661\n  ],\n  [\n    1541480400,\n    1481\n  ],\n  [\n    1541484000,\n    678\n  ],\n  [\n    1541487600,\n    1857\n  ],\n  [\n    1541491200,\n    819\n  ],\n  [\n    1541494800,\n    1013\n  ],\n  [\n    1541498400,\n    1883\n  ],\n  [\n    1541502000,\n    1450\n  ],\n  [\n    1541505600,\n    1102\n  ],\n  [\n    1541509200,\n    1317\n  ],\n  [\n    1541512800,\n    1017\n  ],\n  [\n    1541516400,\n    813\n  ],\n  [\n    1541520000,\n    1189\n  ],\n  [\n    1541523600,\n    496\n  ],\n  [\n    1541527200,\n    1936\n  ],\n  [\n    1541530800,\n    1405\n  ],\n  [\n    1541534400,\n    617\n  ],\n  [\n    1541538000,\n    1533\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":"Not Found","status_code":"404"}],"requestBody":null,"security":[{"auth_token":["project:read"]}]}}},"pageContext":{"id":"30f77d68-6b52-5b1b-a2ac-5194443eeb99","title":"Retrieve Event Counts for a Project"}},"staticQueryHashes":["1218203755","1222113826","1222113826","1766336459","2158593473","3990806462","4015007367","4192517163"]}