Get Extractions
AI Extraction
Get Extractions
1️⃣ Overview
Purpose:
Retrieves all active extraction configurations associated with a specific element.
Supports filtering by:
-
COLUMN
-
FILE
-
FOLDER
2️⃣ Endpoint
GET /noCo/api/v2/workspaces/{workspaceId}/extraction/{elementType}/{elementId}
3️⃣ Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspaceId | UUID | ✅ Yes | Workspace identifier |
| elementType | string | ✅ Yes | COLUMN / FILE / FOLDER |
| elementId | string | ✅ Yes | File, folder, or column ID |
4️⃣ Authentication
Requires authentication using:
Authorization: Bearer <token>
5️⃣ Request Headers
| Header | Required |
|---|---|
| Authorization | ✅ Yes |
6️⃣ Example Request
curl -X GET "https://be.datagol.ai/noCo/api/v2/workspaces/{workspaceId}/extraction/{elementType}/{elementId}" \
-H "Authorization: Bearer <token>"
7️⃣ Behavior Summary
Returns all active extraction configurations linked to the specified element within the workspace.
GET
Get Extractions