Skip to content
Pile
Esc
↑↓navigate↵open⌘Jpreview

List board

GET/workspaces/{organizationId}/board
Path parameters
organizationIdstringrequired
Query parameters
limitinteger
min 1 · max 200 · default: 100
cursorstring
Responses
200

Public roadmap board — tickets flagged public, grouped by status, ranked by weighted vote score. No authentication; exposes no customer PII.

columnsobjectrequired
nextCursorstring | nullrequired
Try it
Server
Parameters
Request
curl -X GET '/workspaces/string/board'
Response
{
  "columns": {
    "property1": [
      {
        "id": "string",
        "number": 0,
        "title": "string",
        "status": "string",
        "priority": "string",
        "voteCount": 0,
        "issueId": "string",
        "createdAt": "string"
      }
    ],
    "property2": [
      {
        "id": "string",
        "number": 0,
        "title": "string",
        "status": "string",
        "priority": "string",
        "voteCount": 0,
        "issueId": "string",
        "createdAt": "string"
      }
    ]
  },
  "nextCursor": "string"
}