cURL
curl --request GET \ --url https://app.codealive.ai/api/datasources/ready \ --header 'Authorization: Bearer <token>'
[ { "name": "MyApiProject", "readiness": "NotReady", "id": "60d21b4667d0d63ce0f9a1d1", "type": "Repository" }, { "name": "Development Workspace", "readiness": "NotReady", "id": "60d21b4667d0d63ce0f9a1d2", "type": "Workspace" } ]
API Key authentication using Bearer token. Example: "Authorization: Bearer {apiKey}"
Optional filter by data source type
Repository
Workspace
Optional search term to filter data sources
OK
Was this page helpful?