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