Skip to main content
GET
/
v0
/
components
Get all components
curl --request GET \
  --url https://{hostname}.gable.ai/v0/components \
  --header 'X-API-KEY: <api-key>'
{
  "components": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "type": "<string>",
      "repoName": "<string>",
      "lastUpdated": "2023-12-25",
      "metrics": {
        "ingressCount": 123,
        "egressCount": 123,
        "pathCount": 123
      },
      "codeInfo": {
        "repoUri": "<string>",
        "projectRoot": "<string>"
      }
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

Response

components
object[]
required