action openbankingproject_get_consent_status { label: "Consent status request" description: "Read the status of an account information consent resource." provider: openbankingproject method: GET path: "/v1/consents/{consentId}/status" encoding: json output: { type: "object" additionalProperties: true } }