Get status of “Upsert courses” task
Courses
Get status of “Upsert courses” task
Poll for the status of an existing “Upsert courses” task.
GET
Get status of “Upsert courses” task
This endpoint returns the current status of a task. Poll it at regular intervals until the task reaches a terminal status. Learn more in our async endpoints guide. The possible statuses are:
PENDING– The task is still being processed.COMPLETED– The task finished successfully. Thedatafield contains the results.FAILED– The task encountered an error. Check theerrorfield for details.
Authorizations
Headers
ID of the integration you want to interact with.
Path Parameters
GET /lms/courses/bulk/:task_id Parameter