---
title: "List package publishing tasks"
method: GET
path: "/scopes/{scope}/packages/{package}/publishing_tasks"
---

# List package publishing tasks

`GET /scopes/{scope}/packages/{package}/publishing_tasks`

Returns a list of publishing tasks for a package. Requires write access to the scope.

## Path parameters

- `scope` string, required — The name of a scope. This must not be @ prefixed.
- `package` string, required — The name of a package.

## Response `200`

OK

- PublishingTask[]
  - `id` string, uuid, required — The ID of the publishing task.
  - `status` 'pending' | 'processing' | 'processed' | 'success' | 'failure', required — The status of the publishing task.
  - `error` object, nullable
    - `code` string — The error code.
    - `message` string — The error message.
  - `user` User — Public user information.
    - `id` string, uuid, required — The ID of a user.
    - `name` string, required — The user's display name.
    - `avatarUrl` string, required — The URL to the user's avatar.
    - `githubId` integer, nullable — The user's GitHub ID.
    - `createdAt` string, date-time, required — The date and time when the user profile was created.
    - `updatedAt` string, date-time, required — The date and time when the user profile was last updated.
  - `packageScope` string, required — The name of a scope. This must not be @ prefixed.
  - `packageName` string, required — The name of a package.
  - `packageVersion` string, required — A semantic version.
  - `createdAt` string, date-time, required — The date and time when the publishing task was created.
  - `updatedAt` string, date-time, required — The date and time when the publishing task was last updated.

## Other responses

- `401` — Unauthorized
- `403` — User does not have write access to the scope

---

[API](https://skmtc.net/deno/apis/jsr.md) · [All operations](https://skmtc.net/deno/apis/jsr/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deno/jsr/versions/3d37ac9b68f7/schema)
