Poll Status
AI Extraction
Poll Status
1️⃣ Overview
Purpose:
Check the status of an asynchronous extraction request.
Used to monitor extraction job progress triggered from the extraction execution endpoint.
2️⃣ Endpoint
GET /noCo/api/v1/requestLog/status/{requestId}
3️⃣ Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| requestId | string | ✅ Yes | Request ID returned from Trigger Extraction endpoint |
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/v1/requestLog/status/{requestId} \
-H "Authorization: Bearer <token>"
7️⃣ Behavior Summary
Retrieves the processing status of an asynchronous extraction request. This endpoint is used for polling extraction job execution progress.
GET
Poll Status