Skip to main content
GET
Get an application

Authorizations

Authorization
string
header
required

Generate an API token at https://qlty.sh/user/settings/tokens

Path Parameters

ownerKeyOrId
string
required

Repository owner name (login) or workspace ID

Minimum string length: 3
Example:

"acme-corp"

applicationIdOrName
string
required

Application ID or name

Minimum string length: 1
Example:

"Checkout"

Response

Retrieve the application

id
string
required
Example:

"550e8400-e29b-41d4-a716-446655440000"

name
string
required
Example:

"Checkout"

description
string | null
required
Example:

"Checkout and payments"

projectCount
integer
required

Number of Projects assigned to this Application

Example:

7