Developers
API ReferenceTask Repeater

Retrieves future execution dates of the repeater.

GET
/project/task-repeaters/{id}/future-executions

Retrieves future execution dates of the repeater.

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

TaskRepeaterFutureExecutions identifier

Formatuuid

Query Parameters

dateStart?string

Date after which next executions dates will be returned

Formatdate
dateEnd?string

Date before which next executions dates will be returned

Formatdate
limit?integer

Limit of returned dates

Default500

Response Body

curl -X GET "https://example.com/project/task-repeaters/497f6eca-6276-4993-bfeb-53cbbbba6f08/future-executions"
{  "futureExecutions": [],  "id": "string"}