GET
/
v0
/
components
cURL
curl --request GET \
  --url 'https://api-(organization).gable.ai/v0/components'
{
  "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>"
      }
    }
  ]
}

Query Parameters

A query string to search components with

Response

200
application/json

Successful operation

The response is of type object.