Get all components
cURL
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>" } } ] }
Show child attributes