Skip to main content
GET
/
projects
/
{projectName}
/
packages
Error
A valid request URL is required to generate request examples
[
  {
    "resource": "<string>",
    "name": "<string>",
    "description": "<string>",
    "location": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectName
string
required

Name of the project Standard identifier pattern for resource names

Response

A list of all packages in the project

resource
string

Resource path to the package

name
string

Package name

description
string

Package description

location
string

Package location, can be an absolute path or URI (e.g. github, s3, gcs, etc.)