Skip to main content
GET
Get a public project board

Path Parameters

id
string
required

Query Parameters

status
string
priority
string
assigneeId
string
page
string
Pattern: ^\d+$
Pattern: ^\d+$
limit
string
Pattern: ^\d+$
sortBy
enum<string>
Available options:
createdAt,
priority,
dueDate,
position,
title,
number
sortOrder
enum<string>
Available options:
asc,
desc
dueBefore
string
dueAfter
string

Response

A public board page

id
string
required
name
string
required
slug
string
required
icon
string | null
required
description
string | null
required
isPublic
boolean | null
required
workspaceId
string
required
columns
object[]
required
archivedTasks
object[]
required
plannedTasks
object[]
required
pagination
object
required

Always paginated: 50 tasks by default, at most 100 per page. Continue through totalPages to retrieve all tasks. For each task page, follow relatedPage through relatedTotalPages to retrieve all labels, external links and columns (100 related rows per kind per request, plus up to 100 columns needed to represent the tasks).

descriptionDeferred
boolean

True when a project description above 64 KiB is omitted; use project detail or public project description pages for full text.