List tasks
Tasks
List tasks
Retrieve a paginated list of the store’s tasks. Requires the READ_TASKS scope.
GET
List tasks
Returns the store’s tasks with
page and limit pagination. The store is bound to your app token server-side — never send a shop id.Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Query Parameters
Page number (1-based).
Required range:
x >= 1Number of items per page.
Required range:
x >= 1
