v1
latestOpenAPI 3.0.12026-06-115557102.5 KBGet publishing task details
Returns details of a publishing task
get/publishing_tasks/{id}
Path parameters
idstring required
The ID of the publishing task
Response
OK
Example response
{
"user": {
"name": "Ryan Dahl",
"avatarUrl": "https://avatars.githubusercontent.com/u/80?v=4",
"githubId": 80
},
"packageScope": "denoland",
"packageName": "fmt",
"packageVersion": "1.2.3"
}