Purpose:
Retrieves all active extraction configurations associated with a specific element.
Supports filtering by:
COLUMN
FILE
FOLDER
GET /noCo/api/v2/workspaces/{workspaceId}/extraction/{elementType}/{elementId}
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspaceId | UUID | ✅ Yes | Workspace identifier |
| elementType | string | ✅ Yes | COLUMN / FILE / FOLDER |
| elementId | string | ✅ Yes | File, folder, or column ID |
Requires authentication using:
Authorization: Bearer <token>
| Header | Required |
|---|---|
| Authorization | ✅ Yes |
curl -X GET "https://be.datagol.ai/noCo/api/v2/workspaces/{workspaceId}/extraction/{elementType}/{elementId}" \
-H "Authorization: Bearer <token>"
Returns all active extraction configurations linked to the specified element within the workspace.