v1

latestOpenAPI 3.0.22026-07-26207170320.9 KB
Registry Credentials

List registry credentials

List registry credentials matching the provided filters. If no filters are provided, returns all registry credentials you have permissions to view.

get/registrycredentials

Query parameters

namestring[]

Filter for the name of a credential

usernamestring[]

Filter for the username of a credential

typeRegistryCredentialRegistry[]

Filter for the registry type for the credential

createdBeforestring date-time

Filter for services created before a certain time (specified as an ISO 8601 timestamp)

createdAfterstring date-time

Filter for services created after a certain time (specified as an ISO 8601 timestamp)

updatedBeforestring date-time

Filter for services updated before a certain time (specified as an ISO 8601 timestamp)

updatedAfterstring date-time

Filter for services updated after a certain time (specified as an ISO 8601 timestamp)

ownerIdstring[]

The ID of the workspaces to return resources for

cursorstring

The position in the result list to start from when fetching paginated results. For details, see Pagination.

limitinteger

Defaults to 20

The maximum number of items to return. For details, see Pagination.

Response

OK

idstring required

Unique identifier for this credential

namestring required

Descriptive name for this credential

registry'GITHUB' | 'GITLAB' | 'DOCKER' | 'GOOGLE_ARTIFACT' | 'AWS_ECR' required

The registry to use this credential with

usernamestring required

The username associated with the credential

updatedAtstring date-time required

Last updated time for the credential