Skip to main content
POST
Search active workspaces

Authorizations

Authorization
string
header
required

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

Body

application/json
query
string

Search workspace name/description and opportunity display name/title.

Maximum string length: 30000
cursor
string

Opaque nextCursor from the previous page, bound to the actor and all filters.

perPage
integer
default:25
Required range: x <= 100
primaryFocusTypes
enum<string>[]

Primary focus types to include. This beta supports opportunity only.

Available options:
opportunity
includeWithoutPrimaryFocus
boolean
default:true

Include workspaces whose primary focus is absent.

lifecycle
enum<string>
default:current

Workspace lifecycle; source opportunity lifecycle does not affect membership.

Available options:
current,
archived
statusGroup
enum<string>
default:open
Available options:
open,
closed
statusCategories
enum<string>[]

Exact workspace categories, intersected with statusGroup.

Available options:
triage,
planned,
in_progress,
completed,
canceled
workspaceStatusIds
string[]

Current-organization custom workspace status IDs.

participants
object[]

Current-organization users or teams that narrow Active Work participation.

participantOperator
enum<string>
default:any
Available options:
any,
all
labelIds
string[]

Include workspaces with any selected label belonging to the authenticated organization.

excludeLabelIds
string[]

Exclude workspaces with any selected label belonging to the authenticated organization.

Response

Matching workspaces

data
object[]
required
meta
object
required