v1
latestOpenAPI 3.0.3Proprietary2026-07-26162247330.6 KBStorage
Get branch storage state
Returns whether branchable object-storage is usable for the specified branch. A 200 response means the branch is registered in the storage service and the S3 data plane will accept requests for it. A 404 response includes a reason field indicating why storage is unavailable.
Note: This endpoint is currently in Private Beta.
get/projects/{project_id}/branches/{branch_id}/storage
Response
Storage is enabled for this branch
Example response
{
"s3_endpoint": "https://br-cool-moon-42.storage.c-2.local.neon.build",
"region": "us-east-2",
"force_path_style": true
}