// Feeds

List feeds

List package feeds in a workspace.

GET/api/feed

Description

Lists every feed configured in the workspace, including the built-in Jaws Deploy feed and any external feeds (NuGet, etc.).

Parameters

NameInTypeRequiredDescription
workspaceId query string yes ID of the workspace.

Errors

StatusMeaning
400 Invalid workspaceId.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.