List all external API keys
from retab.client import Retab reclient = Retab() response = reclient.secrets.external_api_keys.list()
[ { "provider": "OpenAI", "is_configured": true, "last_updated": "2025-05-19T21:31:22.554000" }, { "provider": "Gemini", "is_configured": false, "last_updated": null }, { "provider": "xAI", "is_configured": false, "last_updated": null } ]
Include fallback API keys
Successful Response
The response is of type ExternalAPIKey · object[].
ExternalAPIKey · object[]