Docker Hub
Connector for the docker-hub API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://hub.docker.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_v2_access_tokens— GET /v2/access-tokens — Get a list of personal access tokensget_v2_access_tokens_uuid— GET /v2/access-tokens/{uuid} — Get a personal access tokenauditlogs_getauditlogs— GET /v2/auditlogs/{account} — Returns list of audit log events.auditlogs_getauditactions— GET /v2/auditlogs/{account}/actions — Returns list of audit log actions.getnamespacesrepositoriesimages— GET /v2/namespaces/{namespace}/repositories/{repository}/images — Get details of repository's imagesgetnamespacesrepositoriesimagessummary— GET /v2/namespaces/{namespace}/repositories/{repository}/images-summary — Get summary of repository's images
Inputs
apiKey— your docker-hub API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_v2_access_tokens
apiKey: <your key>