Get a list of registry credentials

GET {{baseUrl}}/registrycredentials?name=<string>,<string>&username=<string>,<string>&type=GITHUB,DOCKER&createdBefore=<dateTime>&createdAfter=<dateTime>&updatedBefore=<dateTime>&updatedAfter=<dateTime>&ownerId=<string>,<string>&cursor=<string>&limit=20

Get a list of registry credentials

Request Params

KeyDatatypeRequiredDescription
namestringFilter for the name of a credential
usernamestringFilter for the username of a credential
typestringFilter for the registry type for the credential
createdBeforestringFilter for services created before a certain time (specified as an ISO 8601 timestamp)
createdAfterstringFilter for services created after a certain time (specified as an ISO 8601 timestamp)
updatedBeforestringFilter for services updated before a certain time (specified as an ISO 8601 timestamp)
updatedAfterstringFilter for services updated after a certain time (specified as an ISO 8601 timestamp)
ownerIdstringThe ID of the owner (team or personal user) whose resources should be returned
cursorstringCursor to begin retrieving entries for this query
limitnumberMax number of items that can be returned

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;username&quot;:&quot;\u003cstring\u003e&quot;,&quot;registry&quot;:&quot;GITLAB&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;username&quot;:&quot;\u003cstring\u003e&quot;,&quot;registry&quot;:&quot;GITHUB&quot;}]