cURL
curl --request GET \ --url https://api.mapademics.com/v1/transfer-packages/{packageId}/courses/{transferCourseId}/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 transfer course
API key for authentication
Unique identifier for the transfer articulation package
Unique identifier for the transfer course
Status retrieved successfully
PENDING
PROCESSING
COMPLETED
FAILED
Was this page helpful?