Skip to main content
GET
/
workspaces
/
{workspacePublicId}
/
search
Search boards and cards in a workspace
curl --request GET \
  --url https://kan.bn/api/v1/workspaces/{workspacePublicId}/search \
  --header 'Authorization: Bearer <token>'
[
  {
    "publicId": "<string>",
    "title": "<string>",
    "description": "<string>",
    "slug": "<string>",
    "updatedAt": "<string>",
    "createdAt": "<string>",
    "type": "board"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspacePublicId
string
required
Minimum length: 12

Query Parameters

query
string
required
Required string length: 1 - 100
limit
number
default:20
Required range: 1 <= x <= 50

Response

Successful response

  • Option 1
  • Option 2
publicId
string
required
title
string
required
description
string | null
required
slug
string
required
updatedAt
string | null
required
createdAt
string
required
type
enum<string>
required
Available options:
board