List per-resource results for a bulk workspace apply
GET/v1/workspaces/{workspaceId}/bulk_workspace_applies/{bulkWorkspaceApplyId}/results
Lists each resource action recorded by a bulk workspace apply operation.
List per-resource results for a bulk workspace apply
curl https://api.cadenya.com/v1/workspaces/$WORKSPACE_ID/bulk_workspace_applies/$BULK_WORKSPACE_APPLY_ID/results \
-H "Authorization: Bearer $CADENYA_API_KEY"{
"items": [
{
"data": {
"agent": {
"action": "ACTION_UNSPECIFIED",
"error": {
"code": 0,
"details": [
{
"@type": "@type"
}
],
"message": "message"
},
"externalId": "externalId",
"resource": {
"metadata": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"status": "AGENT_STATUS_UNSPECIFIED",
"variationSelectionMode": "VARIATION_SELECTION_MODE_UNSPECIFIED",
"description": "description",
"inputDataSchema": {
"foo": "bar"
},
"outputDefinition": {
"foo": "bar"
},
"webhookEventsUrl": "webhookEventsUrl"
},
"info": {
"createdBy": {
"metadata": {
"id": "id",
"accountId": "accountId",
"name": "name",
"profileId": "profileId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"type": "PROFILE_TYPE_UNSPECIFIED",
"email": "email",
"name": "name"
}
},
"variationCount": 0
}
}
},
"agentSchedule": {
"action": "ACTION_UNSPECIFIED",
"error": {
"code": 0,
"details": [
{
"@type": "@type"
}
],
"message": "message"
},
"externalId": "externalId",
"resource": {
"metadata": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"initialMessage": "initialMessage",
"schedule": {
"calendars": [
{
"comment": "comment",
"dayOfMonth": [
{
"end": 0,
"start": 0,
"step": 0
}
],
"dayOfWeek": [
{
"end": 0,
"start": 0,
"step": 0
}
],
"hour": [
{
"end": 0,
"start": 0,
"step": 0
}
],
"minute": [
{
"end": 0,
"start": 0,
"step": 0
}
],
"month": [
{
"end": 0,
"start": 0,
"step": 0
}
],
"second": [
{
"end": 0,
"start": 0,
"step": 0
}
]
}
],
"intervals": [
{
"every": "-160513s",
"offset": "-160513s"
}
],
"timezone": "timezone"
},
"data": {},
"overlapPolicy": "OVERLAP_POLICY_UNSPECIFIED",
"status": "AGENT_SCHEDULE_STATUS_UNSPECIFIED",
"variationId": "variationId"
},
"info": {
"createdBy": {
"metadata": {
"id": "id",
"accountId": "accountId",
"name": "name",
"profileId": "profileId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"type": "PROFILE_TYPE_UNSPECIFIED",
"email": "email",
"name": "name"
}
},
"lastFireAt": "2019-12-27T18:11:19.117Z",
"lastObjectiveId": "lastObjectiveId",
"lastSkippedAt": "2019-12-27T18:11:19.117Z",
"lastSkipReason": "lastSkipReason",
"nextFireAt": "2019-12-27T18:11:19.117Z",
"totalFires": 0
}
}
},
"agentVariation": {
"action": "ACTION_UNSPECIFIED",
"error": {
"code": 0,
"details": [
{
"@type": "@type"
}
],
"message": "message"
},
"externalId": "externalId",
"resource": {
"metadata": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"compactionConfig": {
"summarization": {
"instructions": "instructions"
},
"toolResultClearing": {
"preserveRecentResults": 0
},
"triggerThreshold": 0
},
"constraints": {
"maxSubObjectives": 0,
"maxToolCalls": 0
},
"description": "description",
"enableEpisodicMemory": true,
"episodicMemoryTtl": 0,
"modelConfig": {
"modelId": "modelId",
"temperature": 0
},
"progressiveDiscovery": {
"hints": [
"string"
],
"maxTools": 0,
"rerankThreshold": 0
},
"prompt": "prompt",
"weight": 0
},
"info": {
"assignments": [
{
"id": "id",
"agent": {
"id": "id",
"name": "name"
},
"tool": {
"id": "id",
"name": "name"
},
"toolSet": {
"id": "id",
"name": "name"
}
}
],
"createdBy": {
"metadata": {
"id": "id",
"accountId": "accountId",
"name": "name",
"profileId": "profileId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"type": "PROFILE_TYPE_UNSPECIFIED",
"email": "email",
"name": "name"
}
},
"feedbackCount": 0,
"memoryLayerAssignments": [
{
"id": "id",
"memoryLayer": {
"id": "id",
"name": "name"
},
"position": 0
}
],
"memoryLayerCount": 0,
"model": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"score": 0,
"subAgentCount": 0,
"toolCount": 0,
"toolSetCount": 0
}
}
},
"memoryEntry": {
"action": "ACTION_UNSPECIFIED",
"error": {
"code": 0,
"details": [
{
"@type": "@type"
}
],
"message": "message"
},
"externalId": "externalId",
"resource": {
"metadata": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"key": "key",
"description": "description"
},
"info": {
"createdBy": {
"metadata": {
"id": "id",
"accountId": "accountId",
"name": "name",
"profileId": "profileId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"type": "PROFILE_TYPE_UNSPECIFIED",
"email": "email",
"name": "name"
}
},
"memoryLayer": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
}
}
}
},
"memoryLayer": {
"action": "ACTION_UNSPECIFIED",
"error": {
"code": 0,
"details": [
{
"@type": "@type"
}
],
"message": "message"
},
"externalId": "externalId",
"resource": {
"metadata": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"type": "MEMORY_LAYER_TYPE_UNSPECIFIED",
"description": "description",
"expiresAt": "2019-12-27T18:11:19.117Z",
"systemManaged": true
},
"info": {
"createdBy": {
"metadata": {
"id": "id",
"accountId": "accountId",
"name": "name",
"profileId": "profileId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"type": "PROFILE_TYPE_UNSPECIFIED",
"email": "email",
"name": "name"
}
},
"entryCount": 0,
"lastUsedAt": "2019-12-27T18:11:19.117Z"
}
}
},
"tool": {
"action": "ACTION_UNSPECIFIED",
"error": {
"code": 0,
"details": [
{
"@type": "@type"
}
],
"message": "message"
},
"externalId": "externalId",
"resource": {
"metadata": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"config": {
"http": {
"requestMethod": "HTTP_METHOD_UNSPECIFIED",
"headers": {
"foo": "string"
},
"path": "path",
"query": "query",
"requestBodyContentType": "requestBodyContentType",
"requestBodyTemplate": "requestBodyTemplate",
"toolName": "toolName"
},
"mcp": {
"toolDescription": "toolDescription",
"toolName": "toolName",
"toolTitle": "toolTitle"
},
"openapi": {
"method": "method",
"operationId": "operationId",
"path": "path"
}
},
"description": "description",
"parameters": {
"foo": "bar"
},
"status": "TOOL_STATUS_UNSPECIFIED",
"requiresApproval": true
},
"info": {
"createdBy": {
"metadata": {
"id": "id",
"accountId": "accountId",
"name": "name",
"profileId": "profileId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"type": "PROFILE_TYPE_UNSPECIFIED",
"email": "email",
"name": "name"
}
},
"toolSet": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
}
}
}
},
"toolSet": {
"action": "ACTION_UNSPECIFIED",
"error": {
"code": 0,
"details": [
{
"@type": "@type"
}
],
"message": "message"
},
"externalId": "externalId",
"resource": {
"metadata": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"adapter": {
"http": {
"baseUrl": "baseUrl",
"headers": {
"foo": "string"
}
},
"mcp": {
"excludeTools": {
"operator": "OPERATOR_UNSPECIFIED",
"filters": [
{
"attribute": "ATTRIBUTE_UNSPECIFIED",
"matcher": {
"caseSensitive": true,
"contains": "contains",
"endsWith": "endsWith",
"exact": "exact",
"regex": "regex",
"startsWith": "startsWith"
}
}
]
},
"headers": {
"foo": "string"
},
"includeTools": {
"operator": "OPERATOR_UNSPECIFIED",
"filters": [
{
"attribute": "ATTRIBUTE_UNSPECIFIED",
"matcher": {
"caseSensitive": true,
"contains": "contains",
"endsWith": "endsWith",
"exact": "exact",
"regex": "regex",
"startsWith": "startsWith"
}
}
]
},
"toolApprovals": {
"always": true,
"only": {
"operator": "OPERATOR_UNSPECIFIED",
"filters": [
{
"attribute": "ATTRIBUTE_UNSPECIFIED",
"matcher": {
"caseSensitive": true,
"contains": "contains",
"endsWith": "endsWith",
"exact": "exact",
"regex": "regex",
"startsWith": "startsWith"
}
}
]
}
},
"url": "url"
},
"openapi": {
"baseUrl": "baseUrl",
"excludeTools": {
"operator": "OPERATOR_UNSPECIFIED",
"filters": [
{
"attribute": "ATTRIBUTE_UNSPECIFIED",
"matcher": {
"caseSensitive": true,
"contains": "contains",
"endsWith": "endsWith",
"exact": "exact",
"regex": "regex",
"startsWith": "startsWith"
}
}
]
},
"headers": {
"foo": "string"
},
"includeTools": {
"operator": "OPERATOR_UNSPECIFIED",
"filters": [
{
"attribute": "ATTRIBUTE_UNSPECIFIED",
"matcher": {
"caseSensitive": true,
"contains": "contains",
"endsWith": "endsWith",
"exact": "exact",
"regex": "regex",
"startsWith": "startsWith"
}
}
]
},
"serverName": "serverName",
"toolApprovals": {
"always": true,
"only": {
"operator": "OPERATOR_UNSPECIFIED",
"filters": [
{
"attribute": "ATTRIBUTE_UNSPECIFIED",
"matcher": {
"caseSensitive": true,
"contains": "contains",
"endsWith": "endsWith",
"exact": "exact",
"regex": "regex",
"startsWith": "startsWith"
}
}
]
}
},
"uploadId": "uploadId",
"url": "url"
}
},
"description": "description"
},
"info": {
"agentCount": 0,
"createdBy": {
"metadata": {
"id": "id",
"accountId": "accountId",
"name": "name",
"profileId": "profileId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"type": "PROFILE_TYPE_UNSPECIFIED",
"email": "email",
"name": "name"
}
},
"lastSync": "2019-12-27T18:11:19.117Z",
"toolCount": 0
}
}
},
"type": "type",
"variationAssignment": {
"action": "ACTION_UNSPECIFIED",
"error": {
"code": 0,
"details": [
{
"@type": "@type"
}
],
"message": "message"
},
"resource": {
"id": "id",
"agent": {
"id": "id",
"name": "name"
},
"tool": {
"id": "id",
"name": "name"
},
"toolSet": {
"id": "id",
"name": "name"
}
}
},
"variationMemoryLayer": {
"action": "ACTION_UNSPECIFIED",
"error": {
"code": 0,
"details": [
{
"@type": "@type"
}
],
"message": "message"
},
"resource": {
"id": "id",
"memoryLayer": {
"id": "id",
"name": "name"
},
"position": 0
}
}
},
"metadata": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"profileId": "profileId",
"workspaceId": "workspaceId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
}
}
],
"pagination": {
"nextCursor": "nextCursor",
"total": 0
}
}Returns Examples
{
"items": [
{
"data": {
"agent": {
"action": "ACTION_UNSPECIFIED",
"error": {
"code": 0,
"details": [
{
"@type": "@type"
}
],
"message": "message"
},
"externalId": "externalId",
"resource": {
"metadata": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"status": "AGENT_STATUS_UNSPECIFIED",
"variationSelectionMode": "VARIATION_SELECTION_MODE_UNSPECIFIED",
"description": "description",
"inputDataSchema": {
"foo": "bar"
},
"outputDefinition": {
"foo": "bar"
},
"webhookEventsUrl": "webhookEventsUrl"
},
"info": {
"createdBy": {
"metadata": {
"id": "id",
"accountId": "accountId",
"name": "name",
"profileId": "profileId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"type": "PROFILE_TYPE_UNSPECIFIED",
"email": "email",
"name": "name"
}
},
"variationCount": 0
}
}
},
"agentSchedule": {
"action": "ACTION_UNSPECIFIED",
"error": {
"code": 0,
"details": [
{
"@type": "@type"
}
],
"message": "message"
},
"externalId": "externalId",
"resource": {
"metadata": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"initialMessage": "initialMessage",
"schedule": {
"calendars": [
{
"comment": "comment",
"dayOfMonth": [
{
"end": 0,
"start": 0,
"step": 0
}
],
"dayOfWeek": [
{
"end": 0,
"start": 0,
"step": 0
}
],
"hour": [
{
"end": 0,
"start": 0,
"step": 0
}
],
"minute": [
{
"end": 0,
"start": 0,
"step": 0
}
],
"month": [
{
"end": 0,
"start": 0,
"step": 0
}
],
"second": [
{
"end": 0,
"start": 0,
"step": 0
}
]
}
],
"intervals": [
{
"every": "-160513s",
"offset": "-160513s"
}
],
"timezone": "timezone"
},
"data": {},
"overlapPolicy": "OVERLAP_POLICY_UNSPECIFIED",
"status": "AGENT_SCHEDULE_STATUS_UNSPECIFIED",
"variationId": "variationId"
},
"info": {
"createdBy": {
"metadata": {
"id": "id",
"accountId": "accountId",
"name": "name",
"profileId": "profileId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"type": "PROFILE_TYPE_UNSPECIFIED",
"email": "email",
"name": "name"
}
},
"lastFireAt": "2019-12-27T18:11:19.117Z",
"lastObjectiveId": "lastObjectiveId",
"lastSkippedAt": "2019-12-27T18:11:19.117Z",
"lastSkipReason": "lastSkipReason",
"nextFireAt": "2019-12-27T18:11:19.117Z",
"totalFires": 0
}
}
},
"agentVariation": {
"action": "ACTION_UNSPECIFIED",
"error": {
"code": 0,
"details": [
{
"@type": "@type"
}
],
"message": "message"
},
"externalId": "externalId",
"resource": {
"metadata": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"compactionConfig": {
"summarization": {
"instructions": "instructions"
},
"toolResultClearing": {
"preserveRecentResults": 0
},
"triggerThreshold": 0
},
"constraints": {
"maxSubObjectives": 0,
"maxToolCalls": 0
},
"description": "description",
"enableEpisodicMemory": true,
"episodicMemoryTtl": 0,
"modelConfig": {
"modelId": "modelId",
"temperature": 0
},
"progressiveDiscovery": {
"hints": [
"string"
],
"maxTools": 0,
"rerankThreshold": 0
},
"prompt": "prompt",
"weight": 0
},
"info": {
"assignments": [
{
"id": "id",
"agent": {
"id": "id",
"name": "name"
},
"tool": {
"id": "id",
"name": "name"
},
"toolSet": {
"id": "id",
"name": "name"
}
}
],
"createdBy": {
"metadata": {
"id": "id",
"accountId": "accountId",
"name": "name",
"profileId": "profileId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"type": "PROFILE_TYPE_UNSPECIFIED",
"email": "email",
"name": "name"
}
},
"feedbackCount": 0,
"memoryLayerAssignments": [
{
"id": "id",
"memoryLayer": {
"id": "id",
"name": "name"
},
"position": 0
}
],
"memoryLayerCount": 0,
"model": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"score": 0,
"subAgentCount": 0,
"toolCount": 0,
"toolSetCount": 0
}
}
},
"memoryEntry": {
"action": "ACTION_UNSPECIFIED",
"error": {
"code": 0,
"details": [
{
"@type": "@type"
}
],
"message": "message"
},
"externalId": "externalId",
"resource": {
"metadata": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"key": "key",
"description": "description"
},
"info": {
"createdBy": {
"metadata": {
"id": "id",
"accountId": "accountId",
"name": "name",
"profileId": "profileId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"type": "PROFILE_TYPE_UNSPECIFIED",
"email": "email",
"name": "name"
}
},
"memoryLayer": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
}
}
}
},
"memoryLayer": {
"action": "ACTION_UNSPECIFIED",
"error": {
"code": 0,
"details": [
{
"@type": "@type"
}
],
"message": "message"
},
"externalId": "externalId",
"resource": {
"metadata": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"type": "MEMORY_LAYER_TYPE_UNSPECIFIED",
"description": "description",
"expiresAt": "2019-12-27T18:11:19.117Z",
"systemManaged": true
},
"info": {
"createdBy": {
"metadata": {
"id": "id",
"accountId": "accountId",
"name": "name",
"profileId": "profileId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"type": "PROFILE_TYPE_UNSPECIFIED",
"email": "email",
"name": "name"
}
},
"entryCount": 0,
"lastUsedAt": "2019-12-27T18:11:19.117Z"
}
}
},
"tool": {
"action": "ACTION_UNSPECIFIED",
"error": {
"code": 0,
"details": [
{
"@type": "@type"
}
],
"message": "message"
},
"externalId": "externalId",
"resource": {
"metadata": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"config": {
"http": {
"requestMethod": "HTTP_METHOD_UNSPECIFIED",
"headers": {
"foo": "string"
},
"path": "path",
"query": "query",
"requestBodyContentType": "requestBodyContentType",
"requestBodyTemplate": "requestBodyTemplate",
"toolName": "toolName"
},
"mcp": {
"toolDescription": "toolDescription",
"toolName": "toolName",
"toolTitle": "toolTitle"
},
"openapi": {
"method": "method",
"operationId": "operationId",
"path": "path"
}
},
"description": "description",
"parameters": {
"foo": "bar"
},
"status": "TOOL_STATUS_UNSPECIFIED",
"requiresApproval": true
},
"info": {
"createdBy": {
"metadata": {
"id": "id",
"accountId": "accountId",
"name": "name",
"profileId": "profileId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"type": "PROFILE_TYPE_UNSPECIFIED",
"email": "email",
"name": "name"
}
},
"toolSet": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
}
}
}
},
"toolSet": {
"action": "ACTION_UNSPECIFIED",
"error": {
"code": 0,
"details": [
{
"@type": "@type"
}
],
"message": "message"
},
"externalId": "externalId",
"resource": {
"metadata": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"name": "name",
"profileId": "profileId",
"workspaceId": "workspaceId",
"bundleKey": "bundleKey",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"adapter": {
"http": {
"baseUrl": "baseUrl",
"headers": {
"foo": "string"
}
},
"mcp": {
"excludeTools": {
"operator": "OPERATOR_UNSPECIFIED",
"filters": [
{
"attribute": "ATTRIBUTE_UNSPECIFIED",
"matcher": {
"caseSensitive": true,
"contains": "contains",
"endsWith": "endsWith",
"exact": "exact",
"regex": "regex",
"startsWith": "startsWith"
}
}
]
},
"headers": {
"foo": "string"
},
"includeTools": {
"operator": "OPERATOR_UNSPECIFIED",
"filters": [
{
"attribute": "ATTRIBUTE_UNSPECIFIED",
"matcher": {
"caseSensitive": true,
"contains": "contains",
"endsWith": "endsWith",
"exact": "exact",
"regex": "regex",
"startsWith": "startsWith"
}
}
]
},
"toolApprovals": {
"always": true,
"only": {
"operator": "OPERATOR_UNSPECIFIED",
"filters": [
{
"attribute": "ATTRIBUTE_UNSPECIFIED",
"matcher": {
"caseSensitive": true,
"contains": "contains",
"endsWith": "endsWith",
"exact": "exact",
"regex": "regex",
"startsWith": "startsWith"
}
}
]
}
},
"url": "url"
},
"openapi": {
"baseUrl": "baseUrl",
"excludeTools": {
"operator": "OPERATOR_UNSPECIFIED",
"filters": [
{
"attribute": "ATTRIBUTE_UNSPECIFIED",
"matcher": {
"caseSensitive": true,
"contains": "contains",
"endsWith": "endsWith",
"exact": "exact",
"regex": "regex",
"startsWith": "startsWith"
}
}
]
},
"headers": {
"foo": "string"
},
"includeTools": {
"operator": "OPERATOR_UNSPECIFIED",
"filters": [
{
"attribute": "ATTRIBUTE_UNSPECIFIED",
"matcher": {
"caseSensitive": true,
"contains": "contains",
"endsWith": "endsWith",
"exact": "exact",
"regex": "regex",
"startsWith": "startsWith"
}
}
]
},
"serverName": "serverName",
"toolApprovals": {
"always": true,
"only": {
"operator": "OPERATOR_UNSPECIFIED",
"filters": [
{
"attribute": "ATTRIBUTE_UNSPECIFIED",
"matcher": {
"caseSensitive": true,
"contains": "contains",
"endsWith": "endsWith",
"exact": "exact",
"regex": "regex",
"startsWith": "startsWith"
}
}
]
}
},
"uploadId": "uploadId",
"url": "url"
}
},
"description": "description"
},
"info": {
"agentCount": 0,
"createdBy": {
"metadata": {
"id": "id",
"accountId": "accountId",
"name": "name",
"profileId": "profileId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"type": "PROFILE_TYPE_UNSPECIFIED",
"email": "email",
"name": "name"
}
},
"lastSync": "2019-12-27T18:11:19.117Z",
"toolCount": 0
}
}
},
"type": "type",
"variationAssignment": {
"action": "ACTION_UNSPECIFIED",
"error": {
"code": 0,
"details": [
{
"@type": "@type"
}
],
"message": "message"
},
"resource": {
"id": "id",
"agent": {
"id": "id",
"name": "name"
},
"tool": {
"id": "id",
"name": "name"
},
"toolSet": {
"id": "id",
"name": "name"
}
}
},
"variationMemoryLayer": {
"action": "ACTION_UNSPECIFIED",
"error": {
"code": 0,
"details": [
{
"@type": "@type"
}
],
"message": "message"
},
"resource": {
"id": "id",
"memoryLayer": {
"id": "id",
"name": "name"
},
"position": 0
}
}
},
"metadata": {
"id": "id",
"accountId": "accountId",
"createdAt": "2019-12-27T18:11:19.117Z",
"profileId": "profileId",
"workspaceId": "workspaceId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
}
}
],
"pagination": {
"nextCursor": "nextCursor",
"total": 0
}
}