Motion Logo Motion API Documentation
Support
API Keys

List Recurring Tasks

Get all recurring tasks for a workspace

GET v1 / recurring-tasks

Authorization

Authorization string required

Bearer authentication header of the form Bearer <token> where <token> is your auth token.

Query Parameters

cursor string

Use if a previous request returned a cursor. Will page through results

workspaceId string required

The workspace for which all recurring tasks should be returned

Response

200 - application/json - object

meta object required

Contains the nextCursor, if one exists, along with the pageSize

tasks array<object> required

Was this page helpful?