Skip to main content
GET
Get a claim with its message thread
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /publishing/claims/ Description: Returns a single claim with its DisputeMessage thread eager-loaded in ascending createdAt order. Authorization:
  • Required role: user or higher
  • Requires an active publisher addon
  • Claim lookup is tenant-scoped
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Response

Claim retrieved

status
string
Example:

"success"

data
object

Ownership/share/metadata dispute filed against a work. Full claim lifecycle (transition, messages, evidence, bulk-resolve) is documented separately under publishing-claims.yaml; only the two work-scoped routes (file, list-for-work) live under /work.