cURL
curl --request GET \ --url https://api.mapademics.com/v1/jobs/{jobId}/skills-extraction \ --header 'X-API-Key: <api-key>'
{ "status": "PENDING", "processingItemId": "<string>", "batchJobId": "<string>", "error": "<string>", "processedAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z" }
Gets the current status of skills extraction for this job
API key for authentication
Unique identifier for the job
Status retrieved successfully
PENDING
PROCESSING
COMPLETED
FAILED
Was this page helpful?