For the complete documentation index, see llms.txt. This page is also available as Markdown.

Workspaces

A workspace can contain tasks or deals.

Retrieves a Workspace resource.

get

Retrieves a Workspace resource.

Authorizations
Path parameters
idstringRequired

Workspace identifier

Responses
200

Workspace resource

@contextone ofOptional
stringOptional
or
@idstringRequired
@typestringRequired
idstring · nullableOptional
privacystring,null · enum · nullableRequiredPossible values:
titlestring · nullableRequired
descriptionstring · nullableOptional
ownerstring · nullableRequiredExample: https://example.com/
createdAtstring · nullableOptional
estimationboolean · nullableOptional
estimationTypestring · nullableOptional
currencystring · nullableOptional
archivedAtstring · nullableOptional
workspaceTypestring · nullableOptional
usersstring · iri-reference[]OptionalExample: ["/users/{id}"]
emojistring · nullableOptional
pinnedboolean · nullableOptional
isPrivateboolean · nullableOptional
totalAutomationsinteger · nullableOptional
columnsany ofOptional
or
columnOrderany ofWrite-onlyOptional
string · iri-reference[]OptionalExample: https://example.com/
or
string · iri-reference[]OptionalExample: https://example.com/
get/workspaces/{id}

Retrieves the collection of Workspace resources.

get

Retrieves the collection of Workspace resources.

Authorizations
Query parameters
pageintegerOptional

The collection page number

Default: 1
itemsPerPageinteger · max: 30Optional

The number of items per page

Default: 15
titlestringOptional
title[]string[]Optional
descriptionstringOptional
description[]string[]Optional
ownerstringOptional
owner[]string[]Optional
createdAt[before]stringOptional
createdAt[strictly_before]stringOptional
createdAt[after]stringOptional
createdAt[strictly_after]stringOptional
archivedAt[before]stringOptional
archivedAt[strictly_before]stringOptional
archivedAt[after]stringOptional
archivedAt[strictly_after]stringOptional
exists[archivedAt]booleanOptional
Responses
200

Workspace collection

totalItemsintegerOptional
get/workspaces

Last updated