List available resource schemas.
Returns schemas from installed providers in the tenant namespace, plus platform resources (e.g. pragma/secret) from the shared namespace.
Returns: List of resource schema responses.
cURL
curl --request GET \ --url https://api.example.com/resources/schemas
[ { "provider": "<string>", "resource": "<string>", "description": "<string>", "config_schema": {}, "outputs_schema": {} } ]
Filter by provider name
Successful Response