Skip to main content
GET
/
resources
/
types
List Resource Types
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>"
    ]
  }
]

Query Parameters

provider
string | null

Filter by provider name

Response

Successful Response

provider
string
required
resource
string
required
created_at
string<date-time>
updated_at
string<date-time>
schema
Schema · object
outputs_schema
Outputs Schema · object
description
string | null
tags
string[] | null