cURL
curl --request GET \ --url https://api.qlty.sh/gh/{ownerKeyOrId}/projects \ --header 'Authorization: Bearer <token>'
{ "meta": { "hasMore": false }, "data": [ { "id": "85fae897-5a48-483b-ad29-1852c0db1707", "workspaceId": "1c47b6fd-db56-4fbd-9cf0-4d88f9631050", "providerUrl": "https://github.com/acmeco/awesome-project", "key": "awesome-project", "workspaceKey": "acmeco" } ] }
Retrieves a list of Projects associated with a Workspace
Generate an API token at https://qlty.sh/user/settings/tokens
The key or ID of the Workspace that owns the Projects
Maximum number of items to return
Number of items to skip
Successful response
List of Project items returned in the response
Show child attributes