Reference
Workspaces
List Workspaces
Query Parameters
status?string
Default
"active"Value in
"active" | "archived"Header Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/workspaces"{
"items": [
{
"createdAt": "2019-08-24T14:15:22Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"isShared": false,
"ownerUserId": "283eeac5-beea-465a-80a5-763009480d0f",
"rendererConfig": {},
"rowIdColumn": "string",
"seedArtifactVersionId": "47eac984-0299-4764-b56f-651e5a70b796",
"shareRecipients": [
{
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
}
],
"sharedBy": {
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
},
"status": "active",
"storageKey": "string",
"title": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"viewerAccess": "owner"
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Create Workspace
Header Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Request Body
application/json
artifactId*string
Format
uuidrowIdColumn?|
taskBindings?array<>
title*string
Length
1 <= length <= 255version?|
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/workspaces" \ -H "Content-Type: application/json" \ -d '{ "artifactId": "706a3f1e-c357-4634-b1bf-20c221b5bb4e", "title": "string" }'{
"boundTasks": [
{
"bindingId": "5fecb7b6-229e-4247-b81d-92842fd7d9b7",
"description": "string",
"displayName": "string",
"lifecycle": "draft",
"mutatesWorkspace": true,
"name": "string",
"taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8"
}
],
"warnings": [
{
"code": "string",
"effectiveRowIdColumn": "string",
"message": "string",
"requestedRowIdColumn": "string"
}
],
"workspace": {
"createdAt": "2019-08-24T14:15:22Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"isShared": false,
"ownerUserId": "283eeac5-beea-465a-80a5-763009480d0f",
"rendererConfig": {},
"rowIdColumn": "string",
"seedArtifactVersionId": "47eac984-0299-4764-b56f-651e5a70b796",
"shareRecipients": [
{
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
}
],
"sharedBy": {
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
},
"status": "active",
"storageKey": "string",
"title": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"viewerAccess": "owner"
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}List Shared Workspaces
Query Parameters
limit?integer
Default
25Range
1 <= value <= 100offset?integer
Default
0Range
0 <= valueHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/workspaces/shared"{
"hasNext": true,
"items": [
{
"createdAt": "2019-08-24T14:15:22Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"isShared": false,
"ownerUserId": "283eeac5-beea-465a-80a5-763009480d0f",
"rendererConfig": {},
"rowIdColumn": "string",
"seedArtifactVersionId": "47eac984-0299-4764-b56f-651e5a70b796",
"shareRecipients": [
{
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
}
],
"sharedBy": {
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
},
"status": "active",
"storageKey": "string",
"title": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"viewerAccess": "owner"
}
],
"limit": 0,
"offset": 0,
"total": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Get Workspace
Path Parameters
workspace_id*string
Format
uuidHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"boundTasks": [
{
"bindingId": "5fecb7b6-229e-4247-b81d-92842fd7d9b7",
"description": "string",
"displayName": "string",
"lifecycle": "draft",
"mutatesWorkspace": true,
"name": "string",
"taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8"
}
],
"workspace": {
"createdAt": "2019-08-24T14:15:22Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"isShared": false,
"ownerUserId": "283eeac5-beea-465a-80a5-763009480d0f",
"rendererConfig": {},
"rowIdColumn": "string",
"seedArtifactVersionId": "47eac984-0299-4764-b56f-651e5a70b796",
"shareRecipients": [
{
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
}
],
"sharedBy": {
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
},
"status": "active",
"storageKey": "string",
"title": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"viewerAccess": "owner"
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Update Workspace
Path Parameters
workspace_id*string
Format
uuidHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Request Body
application/json
rendererConfig?|
title?|
Response Body
application/json
application/json
curl -X PATCH "https://loading/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{}'{
"boundTasks": [
{
"bindingId": "5fecb7b6-229e-4247-b81d-92842fd7d9b7",
"description": "string",
"displayName": "string",
"lifecycle": "draft",
"mutatesWorkspace": true,
"name": "string",
"taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8"
}
],
"workspace": {
"createdAt": "2019-08-24T14:15:22Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"isShared": false,
"ownerUserId": "283eeac5-beea-465a-80a5-763009480d0f",
"rendererConfig": {},
"rowIdColumn": "string",
"seedArtifactVersionId": "47eac984-0299-4764-b56f-651e5a70b796",
"shareRecipients": [
{
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
}
],
"sharedBy": {
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
},
"status": "active",
"storageKey": "string",
"title": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"viewerAccess": "owner"
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Delete Workspace
Path Parameters
workspace_id*string
Format
uuidHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
curl -X DELETE "https://loading/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}List Workspace Activity
Path Parameters
workspace_id*string
Format
uuidQuery Parameters
limit?integer
Default
50Range
1 <= value <= 200Header Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/activity"{
"items": [
{
"createdAt": "2019-08-24T14:15:22Z",
"detail": {},
"id": "string",
"kind": "run",
"status": "string",
"title": "string"
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Archive Workspace
Path Parameters
workspace_id*string
Format
uuidHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/archive"{
"boundTasks": [
{
"bindingId": "5fecb7b6-229e-4247-b81d-92842fd7d9b7",
"description": "string",
"displayName": "string",
"lifecycle": "draft",
"mutatesWorkspace": true,
"name": "string",
"taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8"
}
],
"workspace": {
"createdAt": "2019-08-24T14:15:22Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"isShared": false,
"ownerUserId": "283eeac5-beea-465a-80a5-763009480d0f",
"rendererConfig": {},
"rowIdColumn": "string",
"seedArtifactVersionId": "47eac984-0299-4764-b56f-651e5a70b796",
"shareRecipients": [
{
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
}
],
"sharedBy": {
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
},
"status": "active",
"storageKey": "string",
"title": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"viewerAccess": "owner"
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Get Workspace Data
Path Parameters
workspace_id*string
Format
uuidQuery Parameters
limit?integer
Default
100Range
1 <= value <= 5000offset?integer
Default
0Range
0 <= valuesort_column?|
sort_direction?string
Sort direction for pagination.
Default
"asc"Value in
"asc" | "desc"Header Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/data"{
"columns": [
{
"dataType": "string",
"displayName": "string",
"name": "string"
}
],
"hasNext": true,
"items": [
{}
],
"limit": 0,
"offset": 0,
"total": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Restore Workspace
Path Parameters
workspace_id*string
Format
uuidHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/restore"{
"boundTasks": [
{
"bindingId": "5fecb7b6-229e-4247-b81d-92842fd7d9b7",
"description": "string",
"displayName": "string",
"lifecycle": "draft",
"mutatesWorkspace": true,
"name": "string",
"taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8"
}
],
"workspace": {
"createdAt": "2019-08-24T14:15:22Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"isShared": false,
"ownerUserId": "283eeac5-beea-465a-80a5-763009480d0f",
"rendererConfig": {},
"rowIdColumn": "string",
"seedArtifactVersionId": "47eac984-0299-4764-b56f-651e5a70b796",
"shareRecipients": [
{
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
}
],
"sharedBy": {
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
},
"status": "active",
"storageKey": "string",
"title": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"viewerAccess": "owner"
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Get Workspace Run
Path Parameters
workspace_id*string
Format
uuidrun_id*string
Format
uuidHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/runs/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"completedAt": "2019-08-24T14:15:22Z",
"context": {},
"createdAt": "2019-08-24T14:15:22Z",
"depth": 0,
"error": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"observability": {
"loadedSkillSlugs": [
"string"
],
"modelId": "string",
"provider": "string",
"traceProvider": "string",
"usage": {
"cacheWriteTokens": 0,
"cachedInputTokens": 0,
"inputTokens": 0,
"outputTokens": 0,
"totalCost": "string"
}
},
"originThreadId": "0b812833-7145-4cf2-b32f-34cb030a4d29",
"outcome": {
"artifactId": "string",
"artifactName": "string",
"rendererKind": "string",
"rowCount": 0,
"summary": "string",
"version": 0
},
"parentRunId": "c21598d9-9e11-4929-a44f-027d54e71332",
"result": {},
"rootRunId": "9ebe2451-18c3-443e-8722-06064c27d8bb",
"startedAt": "2019-08-24T14:15:22Z",
"status": "string",
"steps": [
{
"completedAt": "2019-08-24T14:15:22Z",
"durationMs": 0,
"error": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"input": {},
"output": {},
"sequence": 0,
"sourceType": "string",
"startedAt": "2019-08-24T14:15:22Z",
"status": "string",
"stepKey": "string",
"toolCallId": "string",
"toolName": "string"
}
],
"taskDisplayName": "string",
"taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8",
"transcriptContent": "string",
"transcriptRawData": {},
"transcriptUpdatedAt": "2019-08-24T14:15:22Z",
"triggerRef": "string",
"triggeredBy": "string",
"workspaceId": "ef0efa32-d1c1-43d4-a5e2-fe7b4f00403c"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}List Workspace Sessions
Path Parameters
workspace_id*string
Format
uuidHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/sessions"{
"items": [
{
"activeTurnId": "string",
"activeTurnLastEventSeq": 0,
"activeTurnStatus": "pending",
"agentSpec": {
"id": "string",
"isDeleted": true,
"lifecycleStatus": "active",
"name": "string"
},
"agentSpecId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"id": "string",
"isShared": true,
"lastTurnStatus": "pending",
"shareRecipients": [
{
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
}
],
"sharedBy": {
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
},
"title": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"viewerAccess": "owner",
"workspaceId": "string"
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Create Workspace Session
Path Parameters
workspace_id*string
Format
uuidHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/sessions"{
"activeTurnId": "string",
"activeTurnLastEventSeq": 0,
"activeTurnStatus": "pending",
"agentSpec": {
"id": "string",
"isDeleted": true,
"lifecycleStatus": "active",
"name": "string"
},
"agentSpecId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"id": "string",
"isShared": true,
"lastTurnStatus": "pending",
"shareRecipients": [
{
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
}
],
"sharedBy": {
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
},
"title": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"viewerAccess": "owner",
"workspaceId": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}List Workspace Session Messages
Path Parameters
workspace_id*string
Format
uuidthread_id*string
Format
uuidQuery Parameters
limit?integer
Default
50Range
1 <= value <= 200cursor?|
Header Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/sessions/497f6eca-6276-4993-bfeb-53cbbbba6f08/messages"{
"items": [
{
"cancelled": false,
"content": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string",
"durationSeconds": 0,
"error": {
"code": "string",
"description": "string",
"referenceId": "string",
"retryable": true,
"title": "string"
},
"format": "pydantic_ai",
"id": "string",
"rawData": {},
"role": "user",
"threadId": "string",
"turnId": "string",
"updatedAt": "2019-08-24T14:15:22Z"
}
],
"nextCursor": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Get Workspace Share
Path Parameters
workspace_id*string
Format
uuidHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/share"{
"createdAt": "2019-08-24T14:15:22Z",
"expiresAt": "2019-08-24T14:15:22Z",
"recipientUserIds": [
"string"
],
"recipients": [
{
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
}
],
"shareId": "string",
"state": "not_shared",
"status": "active",
"updatedAt": "2019-08-24T14:15:22Z"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Revoke Workspace Share
Path Parameters
workspace_id*string
Format
uuidHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
curl -X DELETE "https://loading/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/share"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Upsert Workspace Share
Path Parameters
workspace_id*string
Format
uuidHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Request Body
application/json
expiresAt?|
recipientUserIds?array<>
Response Body
application/json
application/json
curl -X PUT "https://loading/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/share" \ -H "Content-Type: application/json" \ -d '{}'{
"createdAt": "2019-08-24T14:15:22Z",
"expiresAt": "2019-08-24T14:15:22Z",
"recipientUserIds": [
"string"
],
"recipients": [
{
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
}
],
"shareId": "string",
"state": "not_shared",
"status": "active",
"updatedAt": "2019-08-24T14:15:22Z"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Clear Workspace Share
Path Parameters
workspace_id*string
Format
uuidHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
curl -X DELETE "https://loading/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/share/clear"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Attach Task
Path Parameters
workspace_id*string
Format
uuidHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Request Body
application/json
mutatesWorkspace?boolean
Default
falsetaskId*string
Format
uuidResponse Body
application/json
application/json
curl -X POST "https://loading/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/tasks" \ -H "Content-Type: application/json" \ -d '{ "taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8" }'{
"boundTasks": [
{
"bindingId": "5fecb7b6-229e-4247-b81d-92842fd7d9b7",
"description": "string",
"displayName": "string",
"lifecycle": "draft",
"mutatesWorkspace": true,
"name": "string",
"taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8"
}
],
"workspace": {
"createdAt": "2019-08-24T14:15:22Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"isShared": false,
"ownerUserId": "283eeac5-beea-465a-80a5-763009480d0f",
"rendererConfig": {},
"rowIdColumn": "string",
"seedArtifactVersionId": "47eac984-0299-4764-b56f-651e5a70b796",
"shareRecipients": [
{
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
}
],
"sharedBy": {
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
},
"status": "active",
"storageKey": "string",
"title": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"viewerAccess": "owner"
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Update Task Binding
Path Parameters
workspace_id*string
Format
uuidtask_id*string
Format
uuidHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Request Body
application/json
mutatesWorkspace*boolean
Response Body
application/json
application/json
curl -X PATCH "https://loading/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{ "mutatesWorkspace": true }'{
"boundTasks": [
{
"bindingId": "5fecb7b6-229e-4247-b81d-92842fd7d9b7",
"description": "string",
"displayName": "string",
"lifecycle": "draft",
"mutatesWorkspace": true,
"name": "string",
"taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8"
}
],
"workspace": {
"createdAt": "2019-08-24T14:15:22Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"isShared": false,
"ownerUserId": "283eeac5-beea-465a-80a5-763009480d0f",
"rendererConfig": {},
"rowIdColumn": "string",
"seedArtifactVersionId": "47eac984-0299-4764-b56f-651e5a70b796",
"shareRecipients": [
{
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
}
],
"sharedBy": {
"email": "string",
"firstName": "string",
"id": "string",
"lastName": "string",
"profilePictureUrl": "string"
},
"status": "active",
"storageKey": "string",
"title": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"viewerAccess": "owner"
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Delete Task Binding
Path Parameters
workspace_id*string
Format
uuidtask_id*string
Format
uuidHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
curl -X DELETE "https://loading/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}