datasets

List access requests

List access requests for a gated repository

get/api/datasets/{namespace}/{repo}/user-access-request/{status}

Path parameters

namespacestring required
repostring required
status'pending' | 'accepted' | 'rejected' required

Query parameters

limitinteger
afterstring date-time
beforestring date-time
qstring

Search requests by requester username, fullname, email, email domain or verified organization

Response

List of access requests for the gated repository

status'accepted' | 'rejected' | 'pending' required
fieldsobject
timestampstring date-time required
reviewedAtstring date-time

Changes

Changed in 3 of the 47 revisions of this API.7

    • added the optional property items/grantedBy/anyOf[subschema #1]/serviceAccount to the response with the 200 status

      response-optional-property-added

    • added the optional property items/user/serviceAccount to the response with the 200 status

      response-optional-property-added

    • added the new optional query request parameter q

      new-optional-request-parameter

    • added the optional property items/grantedBy/anyOf[subschema #1]/numBuckets to the response with the 200 status

      response-optional-property-added

    • added the optional property items/grantedBy/anyOf[subschema #1]/numKernels to the response with the 200 status

      response-optional-property-added

    • added the optional property items/user/numBuckets to the response with the 200 status

      response-optional-property-added

    • added the optional property items/user/numKernels to the response with the 200 status

      response-optional-property-added