action meraki_get_network_pii_request { label: "Return a PII request" description: "Return a PII request\n\n## ALTERNATE PATH\n\n```\n/organizations/{organizationId}/pii/requests/{requestId}\n```" provider: meraki method: GET path: "/networks/{networkId}/pii/requests/{requestId}" encoding: json input: { type: "object" properties: { networkId: { type: "string" } requestId: { type: "string" } } required: ["networkId", "requestId"] additionalProperties: false } output: { type: "object" } }