cURL
curl --request GET \ --url http://127.0.0.1:47334/api/projects/{projectName}/skills/{skillName}
{ "name": "<string>", "type": "<string>", "source": "<string>", "database": "<string>", "tables": [ "<string>" ], "description": "<string>" }
Was this page helpful?