{"componentChunkName":"component---src-templates-api-page-tsx","path":"/api/releases/retrieve-a-project-releases-file/","result":{"data":{"openApi":{"id":"5f484fab-6ba1-5778-b001-51b3f5495eb3","path":{"description":"Retrieve a file for a given release.","method":"get","operationId":"Retrieve a Project Release's File","summary":null,"tags":["Releases"],"apiPath":"/api/0/projects/{organization_slug}/{project_slug}/releases/{version}/files/{file_id}/","readableUrl":"/api/releases/retrieve-a-project-releases-file/","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":null},"name":"version","in":"path","description":"The version identifier of the release.","required":true},{"schema":{"type":"string","format":null,"enum":null},"name":"file_id","in":"path","description":"The ID of the file to retrieve.","required":true}],"responses":[{"content":{"content_type":"application/json","example":"{\n  \"dateCreated\": \"2018-11-06T21:20:19.150Z\",\n  \"dist\": null,\n  \"headers\": {\n    \"Content-Type\": \"text/plain; encoding=utf-8\"\n  },\n  \"id\": \"1\",\n  \"name\": \"/demo/message-for-you.txt\",\n  \"sha1\": \"2ef7bde608ce5404e97d5f042f95f89f1c232871\",\n  \"size\": 12\n}","schema":"{\n  \"type\": \"object\",\n  \"required\": [\n    \"sha1\",\n    \"dist\",\n    \"name\",\n    \"dateCreated\",\n    \"headers\",\n    \"id\",\n    \"size\"\n  ],\n  \"properties\": {\n    \"sha1\": {\n      \"type\": \"string\"\n    },\n    \"dist\": {\n      \"type\": \"string\",\n      \"nullable\": true\n    },\n    \"name\": {\n      \"type\": \"string\"\n    },\n    \"dateCreated\": {\n      \"type\": \"string\",\n      \"format\": \"date-time\"\n    },\n    \"headers\": {\n      \"type\": \"object\"\n    },\n    \"id\": {\n      \"type\": \"string\"\n    },\n    \"size\": {\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:releases"]}]}}},"pageContext":{"id":"5f484fab-6ba1-5778-b001-51b3f5495eb3","title":"Retrieve a Project Release's File"}},"staticQueryHashes":["1218203755","1222113826","1222113826","1766336459","2158593473","3990806462","4015007367","4192517163"]}