{ "opencollection": "1.0.0", "info": { "name": "Neon Management API Keys Operations API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Operations", "type": "folder" }, "items": [ { "info": { "name": "List project operations", "type": "http" }, "http": { "method": "GET", "url": "https://console.neon.tech/api/v2/projects/:project_id/operations", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The Neon project ID" }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor for retrieving the next page of results" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return per page" } ] }, "docs": "Retrieves a list of operations for the specified project. Operations track the progress and status of actions such as branch creation, endpoint start, and database updates." }, { "info": { "name": "Retrieve operation details", "type": "http" }, "http": { "method": "GET", "url": "https://console.neon.tech/api/v2/projects/:project_id/operations/:operation_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The Neon project ID" }, { "name": "operation_id", "value": "", "type": "path", "description": "The operation ID" } ] }, "docs": "Retrieves information about the specified operation including its action, status, and timing." } ] } ], "bundled": true }