Purpose:
Check the status of an asynchronous extraction request.
Used to monitor extraction job progress triggered from the extraction execution endpoint.
GET /noCo/api/v1/requestLog/status/{requestId}
| Parameter | Type | Required | Description |
|---|---|---|---|
| requestId | string | ✅ Yes | Request ID returned from Trigger Extraction endpoint |
Requires authentication using:
Authorization: Bearer <token>
| Header | Required |
|---|---|
| Authorization | ✅ Yes |
curl -X GET https://be.datagol.ai/noCo/api/v1/requestLog/status/{requestId} \
-H "Authorization: Bearer <token>"
Retrieves the processing status of an asynchronous extraction request. This endpoint is used for polling extraction job execution progress.