cURL
curl --request GET \ --url https://api.mapademics.com/v1/transfer-packages/{packageId}/skills-extraction \ --header 'X-API-Key: <api-key>'
[ { "transferCourseId": "<string>", "status": { "status": "PENDING", "processingItemId": "<string>", "batchJobId": "<string>", "error": "<string>", "processedAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z" } } ]
Gets the skills extraction status for all transfer courses in the package
API key for authentication
Unique identifier for the transfer articulation package
Skills extraction status retrieved successfully
Show child attributes
Was this page helpful?