List worksheets
List the worksheets created with your account, with each worksheet’s latest step and status.
GET
List worksheets
The list only includes worksheets created with the same API user as your access token. Results are newest first.
A parameter that doesn’t match a
Filter by your own fields
Any query parameter other thanpage and page_size filters on the meta_data you sent when starting the worksheet. For example, if you started worksheets with meta_data={"teacher_id": "T-1042"}:
meta_data key returns an empty list, not an error.
Reading progress
current_stage is the latest step that has started, and status is that step’s status:
Authorizations
Access token from Get an access token.
Query Parameters
Page number, starting at 1.
Required range:
x >= 1Items per page. Maximum 100.
Required range:
1 <= x <= 100