curl --request GET \
--url https://api.getcargo.io/v1/workspaceManagement/workspaces/{uuid} \
--header 'Authorization: Bearer <token>'{
"workspace": {
"uuid": "<string>",
"name": "<string>",
"allowedEmailDomains": [
"<string>"
],
"temporalNamespace": "<string>",
"temporalTaskQueuePrefix": "<string>",
"openAiVectorStoreId": "<string>",
"syncs": [
{
"domain": "connection",
"temporalScheduleWorkflowId": "<string>",
"cron": "<string>"
}
],
"createdAt": "<string>",
"updatedAt": "<string>",
"logoUrl": "<string>",
"metadata": {
"mainGoal": [
"<string>"
],
"salesRepCount": "<string>",
"gtmStackList": [
"<string>"
],
"referralSource": [
"<string>"
]
},
"chromeExtensionMasterAgentUuid": "<string>",
"chromeExtensionAvailableAgentUuids": [
"<string>"
],
"defaultRoleUuid": "<string>"
}
}Get a workspace by UUID
curl --request GET \
--url https://api.getcargo.io/v1/workspaceManagement/workspaces/{uuid} \
--header 'Authorization: Bearer <token>'{
"workspace": {
"uuid": "<string>",
"name": "<string>",
"allowedEmailDomains": [
"<string>"
],
"temporalNamespace": "<string>",
"temporalTaskQueuePrefix": "<string>",
"openAiVectorStoreId": "<string>",
"syncs": [
{
"domain": "connection",
"temporalScheduleWorkflowId": "<string>",
"cron": "<string>"
}
],
"createdAt": "<string>",
"updatedAt": "<string>",
"logoUrl": "<string>",
"metadata": {
"mainGoal": [
"<string>"
],
"salesRepCount": "<string>",
"gtmStackList": [
"<string>"
],
"referralSource": [
"<string>"
]
},
"chromeExtensionMasterAgentUuid": "<string>",
"chromeExtensionAvailableAgentUuids": [
"<string>"
],
"defaultRoleUuid": "<string>"
}
}Was this page helpful?