Get Task Status and Result
EPFO Verification
Get Task Status
Retrieves the status and result of an asynchronous task
GET
Get Task Status and Result
Overview
Use this endpoint to check the status of verifications that returned status 202 (processing).Task Status
| Status | HTTP Code | Description |
|---|---|---|
| In Progress | 202 | Still processing, try again later |
| Completed | 200 | Verification complete with full results |
| Failed | 400 | Verification failed |
Response
When completed (200), returns the same employment data structure as the verification endpoint.Credits
This operation does NOT consume credits. You can poll multiple times without additional cost.Authorizations
API key issued by KonnectNXT. Pass as Authorization: Bearer <your_api_key>.
Query Parameters
Request ID (UUID) received from the verification endpoint
Response
Task completed successfully - Returns verification results
Overall status of the API
Available options:
success, error HTTP status code
Example:
400
Description of the response or error
Example:
"Invalid request parameters"
Represents the total number of credits used in this request.
Example:
3
Represents the remaining credits available for use.
Example:
4040
Returns the same data structure as the verification endpoint on success

