cURL
curl --request GET \ --url https://api.example.com/resources/types
[ { "provider": "<string>", "resource": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "schema": {}, "outputs_schema": {}, "description": "<string>", "tags": [ "<string>" ] } ]
List available resource types.
Returns resource types from both the shared namespace (platform resources like pragma/secret) and the organization namespace (deployed providers).
Returns: List of resource types, ordered by provider and resource name.
Filter by provider name
Successful Response