List recurring tasks

Get all recurring tasks for a workspace.

GET
/ v1 / recurring-tasks

Authorization

  • X-API-Key
    string
    required

    Header with the name X-API-Key where the value is your API key.

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

    Recurring tasks for the workspace.