Get pull data Run in API Explorer
Gets pulls for the given repo.
GET
/namespaces/{namespace}/repos/{repo}/pulls
curl \
--request GET 'https://hub.docker.com/api/publisher/analytics/v1/namespaces/{namespace}/repos/{repo}/pulls' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"pulls": [
{
"start": "string",
"end": "string",
"repo": "string",
"namespace": "string",
"pullCount": 42,
"ipCount": 42,
"country": "string"
}
]
}