{"componentChunkName":"component---src-templates-api-page-tsx","path":"/api/organizations/resolve-an-event-id/","result":{"data":{"openApi":{"id":"7fade543-3547-5884-932a-92b2af9141f9","path":{"description":"This resolves an event ID to the project slug and internal issue ID and internal event ID.","method":"get","operationId":"Resolve an Event ID","summary":null,"tags":["Organizations"],"apiPath":"/api/0/organizations/{organization_slug}/eventids/{event_id}/","readableUrl":"/api/organizations/resolve-an-event-id/","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":null},"name":"event_id","in":"path","description":"The event ID to look up.","required":true}],"responses":[{"content":{"content_type":"application/json","example":"{\n  \"event\": {\n    \"_meta\": {\n      \"context\": null,\n      \"contexts\": null,\n      \"entries\": {},\n      \"message\": null,\n      \"packages\": null,\n      \"sdk\": null,\n      \"tags\": {},\n      \"user\": null\n    },\n    \"context\": {\n      \"emptyList\": [],\n      \"emptyMap\": {},\n      \"length\": 10837790,\n      \"results\": [\n        1,\n        2,\n        3,\n        4,\n        5\n      ],\n      \"session\": {\n        \"foo\": \"bar\"\n      },\n      \"unauthorized\": false,\n      \"url\": \"http://example.org/foo/bar/\"\n    },\n    \"contexts\": {},\n    \"dateCreated\": \"2018-11-06T21:19:55Z\",\n    \"dateReceived\": \"2018-11-06T21:19:55Z\",\n    \"dist\": null,\n    \"entries\": [\n      {\n        \"type\": \"request\",\n        \"data\": {\n          \"fragment\": null,\n          \"cookies\": [],\n          \"inferredContentType\": null,\n          \"env\": null,\n          \"headers\": [\n            [\n              \"User-Agent\",\n              \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36\"\n            ]\n          ],\n          \"url\": \"http://example.com/foo\",\n          \"query\": [],\n          \"data\": null,\n          \"method\": null\n        }\n      }\n    ],\n    \"errors\": [],\n    \"eventID\": \"9fac2ceed9344f2bbfdd1fdacb0ed9b1\",\n    \"fingerprints\": [\n      \"c4a4d06bc314205bb3b6bdb612dde7f1\"\n    ],\n    \"groupID\": \"1\",\n    \"id\": \"1\",\n    \"message\": \"\",\n    \"title\": \"This is an example Python exception\",\n    \"metadata\": {\n      \"title\": \"This is an example Python exception\"\n    },\n    \"packages\": {\n      \"my.package\": \"1.0.0\"\n    },\n    \"platform\": \"python\",\n    \"sdk\": null,\n    \"size\": 7055,\n    \"tags\": [\n      {\n        \"_meta\": null,\n        \"key\": \"browser\",\n        \"value\": \"Chrome 28.0\"\n      },\n      {\n        \"_meta\": null,\n        \"key\": \"device\",\n        \"value\": \"Other\"\n      },\n      {\n        \"_meta\": null,\n        \"key\": \"level\",\n        \"value\": \"error\"\n      },\n      {\n        \"_meta\": null,\n        \"key\": \"os\",\n        \"value\": \"Windows 8\"\n      },\n      {\n        \"_meta\": null,\n        \"key\": \"release\",\n        \"value\": \"17642328ead24b51867165985996d04b29310337\"\n      },\n      {\n        \"_meta\": null,\n        \"key\": \"url\",\n        \"value\": \"http://example.com/foo\"\n      },\n      {\n        \"_meta\": null,\n        \"key\": \"user\",\n        \"value\": \"id:1\"\n      }\n    ],\n    \"type\": \"default\",\n    \"user\": {\n      \"data\": {},\n      \"email\": \"sentry@example.com\",\n      \"id\": \"1\",\n      \"ip_address\": \"127.0.0.1\",\n      \"name\": \"Sentry\",\n      \"username\": \"sentry\"\n    }\n  },\n  \"eventId\": \"1\",\n  \"groupId\": \"1\",\n  \"organizationSlug\": \"the-interstellar-jurisdiction\",\n  \"projectSlug\": \"pump-station\"\n}","schema":"{\n  \"type\": \"object\",\n  \"required\": [\n    \"event\",\n    \"eventId\",\n    \"groupId\",\n    \"organizationSlug\",\n    \"projectSlug\"\n  ],\n  \"properties\": {\n    \"event\": {\n      \"type\": \"object\",\n      \"required\": [\n        \"_meta\",\n        \"context\",\n        \"contexts\",\n        \"dateCreated\",\n        \"dateReceived\",\n        \"dist\",\n        \"entries\",\n        \"errors\",\n        \"eventID\",\n        \"fingerprints\",\n        \"groupID\",\n        \"id\",\n        \"message\",\n        \"metadata\",\n        \"packages\",\n        \"platform\",\n        \"sdk\",\n        \"size\",\n        \"tags\",\n        \"type\",\n        \"user\",\n        \"title\"\n      ],\n      \"properties\": {\n        \"_meta\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"context\": {\n              \"type\": \"string\",\n              \"nullable\": true\n            },\n            \"contexts\": {\n              \"type\": \"object\",\n              \"nullable\": true\n            },\n            \"entries\": {\n              \"type\": \"object\"\n            },\n            \"message\": {\n              \"type\": \"string\",\n              \"nullable\": true\n            },\n            \"packages\": {\n              \"type\": \"string\",\n              \"nullable\": true\n            },\n            \"sdk\": {\n              \"type\": \"string\",\n              \"nullable\": true\n            },\n            \"tags\": {\n              \"type\": \"object\"\n            },\n            \"user\": {\n              \"type\": \"string\",\n              \"nullable\": true\n            }\n          }\n        },\n        \"context\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"emptyList\": {\n              \"type\": \"array\",\n              \"items\": {}\n            },\n            \"emptyMap\": {\n              \"type\": \"object\"\n            },\n            \"length\": {\n              \"type\": \"integer\"\n            },\n            \"results\": {\n              \"type\": \"array\",\n              \"items\": {\n                \"type\": \"integer\"\n              }\n            },\n            \"session\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"foo\": {\n                  \"type\": \"string\"\n                }\n              }\n            },\n            \"unauthorized\": {\n              \"type\": \"boolean\"\n            },\n            \"url\": {\n              \"type\": \"string\"\n            }\n          }\n        },\n        \"contexts\": {\n          \"type\": \"object\"\n        },\n        \"dateCreated\": {\n          \"type\": \"string\"\n        },\n        \"dateReceived\": {\n          \"type\": \"string\"\n        },\n        \"dist\": {\n          \"type\": \"string\",\n          \"nullable\": true\n        },\n        \"entries\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"anyOf\": [\n              {\n                \"type\": \"object\",\n                \"required\": [\n                  \"type\",\n                  \"data\"\n                ],\n                \"properties\": {\n                  \"type\": {\n                    \"type\": \"string\"\n                  },\n                  \"data\": {\n                    \"type\": \"object\",\n                    \"required\": [\n                      \"values\"\n                    ],\n                    \"properties\": {\n                      \"values\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                          \"type\": \"object\",\n                          \"required\": [\n                            \"category\",\n                            \"level\",\n                            \"event_id\",\n                            \"timestamp\",\n                            \"data\",\n                            \"message\",\n                            \"type\"\n                          ],\n                          \"properties\": {\n                            \"category\": {\n                              \"type\": \"string\"\n                            },\n                            \"level\": {\n                              \"type\": \"string\"\n                            },\n                            \"event_id\": {\n                              \"type\": \"string\",\n                              \"nullable\": true\n                            },\n                            \"timestamp\": {\n                              \"type\": \"string\",\n                              \"format\": \"date-time\"\n                            },\n                            \"data\": {\n                              \"type\": \"object\",\n                              \"nullable\": true\n                            },\n                            \"message\": {\n                              \"type\": \"string\",\n                              \"nullable\": true\n                            },\n                            \"type\": {\n                              \"type\": \"string\"\n                            }\n                          }\n                        }\n                      }\n                    }\n                  }\n                }\n              },\n              {\n                \"type\": \"object\",\n                \"required\": [\n                  \"type\",\n                  \"data\"\n                ],\n                \"properties\": {\n                  \"type\": {\n                    \"type\": \"string\"\n                  },\n                  \"data\": {\n                    \"type\": \"object\",\n                    \"required\": [\n                      \"fragment\",\n                      \"cookies\",\n                      \"inferredContentType\",\n                      \"env\",\n                      \"headers\",\n                      \"url\",\n                      \"query\",\n                      \"data\",\n                      \"method\"\n                    ],\n                    \"properties\": {\n                      \"fragment\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                      },\n                      \"cookies\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                          \"type\": \"array\",\n                          \"items\": {\n                            \"type\": \"string\"\n                          }\n                        }\n                      },\n                      \"inferredContentType\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                      },\n                      \"env\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"properties\": {\n                          \"ENV\": {\n                            \"type\": \"string\"\n                          }\n                        }\n                      },\n                      \"headers\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                          \"type\": \"array\",\n                          \"items\": {\n                            \"type\": \"string\"\n                          }\n                        }\n                      },\n                      \"url\": {\n                        \"type\": \"string\"\n                      },\n                      \"query\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                          \"type\": \"array\",\n                          \"items\": {\n                            \"type\": \"string\"\n                          }\n                        }\n                      },\n                      \"data\": {\n                        \"type\": \"object\",\n                        \"nullable\": true\n                      },\n                      \"method\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                      }\n                    }\n                  }\n                }\n              },\n              {\n                \"type\": \"object\",\n                \"required\": [\n                  \"type\",\n                  \"data\"\n                ],\n                \"properties\": {\n                  \"type\": {\n                    \"type\": \"string\"\n                  },\n                  \"data\": {\n                    \"type\": \"object\",\n                    \"required\": [\n                      \"formatted\"\n                    ],\n                    \"properties\": {\n                      \"formatted\": {\n                        \"type\": \"string\"\n                      }\n                    }\n                  }\n                }\n              },\n              {\n                \"type\": \"object\",\n                \"required\": [\n                  \"type\",\n                  \"data\"\n                ],\n                \"properties\": {\n                  \"type\": {\n                    \"type\": \"string\"\n                  },\n                  \"data\": {\n                    \"type\": \"object\",\n                    \"required\": [\n                      \"excOmitted\",\n                      \"hasSystemFrames\",\n                      \"values\"\n                    ],\n                    \"properties\": {\n                      \"excOmitted\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                          \"type\": \"integer\"\n                        }\n                      },\n                      \"hasSystemFrames\": {\n                        \"type\": \"boolean\"\n                      },\n                      \"values\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                          \"type\": \"object\",\n                          \"required\": [\n                            \"stacktrace\",\n                            \"module\",\n                            \"rawStacktrace\",\n                            \"mechanism\",\n                            \"threadId\",\n                            \"value\",\n                            \"type\"\n                          ],\n                          \"properties\": {\n                            \"stacktrace\": {\n                              \"type\": \"object\",\n                              \"nullable\": true,\n                              \"required\": [\n                                \"frames\",\n                                \"framesOmitted\",\n                                \"registers\",\n                                \"hasSystemFrames\"\n                              ],\n                              \"properties\": {\n                                \"frames\": {\n                                  \"type\": \"array\",\n                                  \"items\": {\n                                    \"type\": \"object\",\n                                    \"required\": [\n                                      \"function\",\n                                      \"errors\",\n                                      \"colNo\",\n                                      \"vars\",\n                                      \"package\",\n                                      \"absPath\",\n                                      \"inApp\",\n                                      \"lineNo\",\n                                      \"module\",\n                                      \"filename\",\n                                      \"platform\",\n                                      \"instructionAddr\",\n                                      \"context\",\n                                      \"symbolAddr\",\n                                      \"trust\",\n                                      \"symbol\"\n                                    ],\n                                    \"properties\": {\n                                      \"function\": {\n                                        \"type\": \"string\"\n                                      },\n                                      \"errors\": {\n                                        \"type\": \"string\",\n                                        \"nullable\": true\n                                      },\n                                      \"colNo\": {\n                                        \"type\": \"integer\",\n                                        \"nullable\": true\n                                      },\n                                      \"vars\": {\n                                        \"type\": \"object\",\n                                        \"nullable\": true\n                                      },\n                                      \"package\": {\n                                        \"type\": \"string\",\n                                        \"nullable\": true\n                                      },\n                                      \"absPath\": {\n                                        \"type\": \"string\",\n                                        \"nullable\": true\n                                      },\n                                      \"inApp\": {\n                                        \"type\": \"boolean\"\n                                      },\n                                      \"lineNo\": {\n                                        \"type\": \"integer\"\n                                      },\n                                      \"module\": {\n                                        \"type\": \"string\"\n                                      },\n                                      \"filename\": {\n                                        \"type\": \"string\"\n                                      },\n                                      \"platform\": {\n                                        \"type\": \"string\",\n                                        \"nullable\": true\n                                      },\n                                      \"instructionAddr\": {\n                                        \"type\": \"string\",\n                                        \"nullable\": true\n                                      },\n                                      \"context\": {\n                                        \"type\": \"array\",\n                                        \"items\": {\n                                          \"type\": \"array\",\n                                          \"items\": {\n                                            \"oneOf\": [\n                                              {\n                                                \"type\": \"integer\"\n                                              },\n                                              {\n                                                \"type\": \"string\"\n                                              }\n                                            ]\n                                          }\n                                        }\n                                      },\n                                      \"symbolAddr\": {\n                                        \"type\": \"string\",\n                                        \"nullable\": true\n                                      },\n                                      \"trust\": {\n                                        \"type\": \"string\",\n                                        \"nullable\": true\n                                      },\n                                      \"symbol\": {\n                                        \"type\": \"string\",\n                                        \"nullable\": true\n                                      }\n                                    }\n                                  }\n                                },\n                                \"framesOmitted\": {\n                                  \"type\": \"string\",\n                                  \"nullable\": true\n                                },\n                                \"registers\": {\n                                  \"type\": \"string\",\n                                  \"nullable\": true\n                                },\n                                \"hasSystemFrames\": {\n                                  \"type\": \"boolean\"\n                                }\n                              }\n                            },\n                            \"module\": {\n                              \"type\": \"string\",\n                              \"nullable\": true\n                            },\n                            \"rawStacktrace\": {\n                              \"type\": \"object\",\n                              \"nullable\": true\n                            },\n                            \"mechanism\": {\n                              \"type\": \"object\",\n                              \"nullable\": true,\n                              \"properties\": {\n                                \"type\": {\n                                  \"type\": \"string\"\n                                },\n                                \"handled\": {\n                                  \"type\": \"boolean\"\n                                }\n                              }\n                            },\n                            \"threadId\": {\n                              \"type\": \"string\",\n                              \"nullable\": true\n                            },\n                            \"value\": {\n                              \"type\": \"string\"\n                            },\n                            \"type\": {\n                              \"type\": \"string\"\n                            }\n                          }\n                        }\n                      }\n                    }\n                  }\n                }\n              }\n            ]\n          }\n        },\n        \"errors\": {\n          \"type\": \"array\",\n          \"items\": {}\n        },\n        \"eventID\": {\n          \"type\": \"string\"\n        },\n        \"fingerprints\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"string\"\n          }\n        },\n        \"groupID\": {\n          \"type\": \"string\"\n        },\n        \"id\": {\n          \"type\": \"string\"\n        },\n        \"message\": {\n          \"type\": \"string\"\n        },\n        \"metadata\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"title\": {\n              \"type\": \"string\"\n            }\n          }\n        },\n        \"packages\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"my.package\": {\n              \"type\": \"string\"\n            }\n          }\n        },\n        \"platform\": {\n          \"type\": \"string\"\n        },\n        \"sdk\": {\n          \"type\": \"object\",\n          \"nullable\": true\n        },\n        \"size\": {\n          \"type\": \"integer\"\n        },\n        \"tags\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"_meta\": {\n                \"type\": \"string\",\n                \"nullable\": true\n              },\n              \"key\": {\n                \"type\": \"string\"\n              },\n              \"value\": {\n                \"type\": \"string\"\n              }\n            }\n          }\n        },\n        \"type\": {\n          \"type\": \"string\"\n        },\n        \"user\": {\n          \"type\": \"object\",\n          \"nullable\": true,\n          \"required\": [\n            \"username\",\n            \"name\",\n            \"ip_address\",\n            \"email\",\n            \"data\",\n            \"id\"\n          ],\n          \"properties\": {\n            \"username\": {\n              \"type\": \"string\",\n              \"nullable\": true\n            },\n            \"name\": {\n              \"type\": \"string\",\n              \"nullable\": true\n            },\n            \"ip_address\": {\n              \"type\": \"string\",\n              \"nullable\": true\n            },\n            \"email\": {\n              \"type\": \"string\",\n              \"nullable\": true\n            },\n            \"data\": {\n              \"type\": \"object\",\n              \"nullable\": true,\n              \"properties\": {\n                \"isStaff\": {\n                  \"type\": \"boolean\"\n                }\n              }\n            },\n            \"id\": {\n              \"type\": \"string\"\n            }\n          }\n        },\n        \"title\": {\n          \"type\": \"string\"\n        }\n      }\n    },\n    \"eventId\": {\n      \"type\": \"string\"\n    },\n    \"groupId\": {\n      \"type\": \"string\"\n    },\n    \"organizationSlug\": {\n      \"type\": \"string\"\n    },\n    \"projectSlug\": {\n      \"type\": \"string\"\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":"7fade543-3547-5884-932a-92b2af9141f9","title":"Resolve an Event ID"}},"staticQueryHashes":["1218203755","1222113826","1222113826","1766336459","2158593473","3990806462","4015007367","4192517163"]}