Duplicate board
Deep-copies the board and returns the copy in full, in the same shape as a board read.
Path parameters
org_id
Organization ID
workspace_id
Workspace ID
board_id
Headers
X-API-Key
Your workspace API key.
Request
This endpoint expects a nullable object.
name
Name for the copy. Defaults to <source name> (copy).
tag
Tag for the copy. Omit to inherit the source board’s tag; send null to leave the copy untagged.
Response
Successful Response
id
Board identifier, used as {board_id} in every nested route
name
Board display name
created_by
Actor that created the board
created_at
Creation time, UTC, RFC 3339
updated_by
Actor that last changed the board or anything on it
updated_at
Last change time, UTC, RFC 3339
tabs
The board's tabs in position order, each with its widgets nested
filters
Every filter token declared by this board's widgets, in display order
tag
The board's grouping tag, or null when untagged
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error