Get all 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>" } } ] }
A query string to search components with
Successful operation
The response is of type object.
object