Get namespace data for timespan Run in API Explorer
Gets a list of URLs that can be used to download the pull data for the given namespace and timespan.
GET
/namespaces/{namespace}/pulls/exports/years/{year}/{timespantype}/{timespan}/{dataview}
curl \
--request GET 'https://hub.docker.com/api/publisher/analytics/v1/namespaces/{namespace}/pulls/exports/years/{year}/{timespantype}/{timespan}/{dataview}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": [
{
"url": "string",
"size": 42
}
]
}