Retrieve a publisher by ID.
Path Parameters
The unique identifier of the publisher.
Response
Unique publisher identifier.
Current operational state of the publisher. One of ready, idle, working, deactivated.
Default storage epoch count.
Whether quilt batching is enabled.
Whether blobs are non-deletable.
Whether blobs are shared.
Whether SUI → WAL auto-conversion is enabled.
The environment this publisher is attached to, or null if it is the account default.
ISO 8601 creation timestamp.
ISO 8601 last-updated timestamp.
Example
curl https://api.tusky.io/v2/publishers/pub_7f3a2b1c \
-H "Api-Key: YOUR_API_KEY"
Response
{
"id": "pub_7f3a2b1c",
"state": "ready",
"epochs": 5,
"quilt": false,
"permanent": true,
"share": false,
"autoConvert": true,
"environmentId": "env_abc123",
"createdAt": "2026-03-05T12:00:00Z",
"updatedAt": "2026-03-05T14:30:00Z"
}