{ "opencollection": "1.0.0", "info": { "name": "Apigee API Hub Analytics Executions API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Executions", "type": "folder" }, "items": [ { "info": { "name": "Apigee List Executions", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/integrations/:integrationId/executions", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "productId", "value": "", "type": "path", "description": "Product identifier (typically the Apigee product name)." }, { "name": "integrationId", "value": "", "type": "path", "description": "Name of the integration." }, { "name": "pageSize", "value": "", "type": "query", "description": "Maximum number of items to return per page." }, { "name": "pageToken", "value": "", "type": "query", "description": "Page token returned from a previous list request." }, { "name": "filter", "value": "", "type": "query", "description": "Filter expression (e.g., by status or time range)." }, { "name": "orderBy", "value": "", "type": "query", "description": "Field to order results by." } ] }, "docs": "Lists execution results for an integration. Returns execution metadata including status, start time, and trigger information." }, { "info": { "name": "Apigee Get an Execution", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/integrations/:integrationId/executions/:executionId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "productId", "value": "", "type": "path", "description": "Product identifier (typically the Apigee product name)." }, { "name": "integrationId", "value": "", "type": "path", "description": "Name of the integration." }, { "name": "executionId", "value": "", "type": "path", "description": "Execution identifier." } ] }, "docs": "Gets details for a specific integration execution, including input/output parameters and execution steps." } ] } ], "bundled": true }