Apigee · Schema

ListExecutionsResponse

Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationMicroservicesMCPMonetization

Properties

Name Type Description
executionInfos array
executions array
nextPageToken string
View JSON Schema on GitHub

JSON Schema

apigee-listexecutionsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListExecutionsResponse",
  "title": "ListExecutionsResponse",
  "type": "object",
  "properties": {
    "executionInfos": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Execution"
      }
    },
    "executions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Execution"
      }
    },
    "nextPageToken": {
      "type": "string"
    }
  }
}