Progress

class canvasapi.progress.Progress(requester, attributes)
Parameters:
  • requester (canvasapi.requester.Requester) – The requester to pass HTTP requests through.

  • attributes (dict) – The JSON object to build this object with.

query(**kwargs)

Return completion and status information about an asynchronous job.

Calls:

GET /api/v1/progress/:id

Return type:

canvasapi.progress.Progress