Skip to main content

Get list of schedules

GET 

/v2/schedules

ClientsApify API Python Client ReferenceApify API JavaScript Client ReferenceGets the list of schedules that the user created.

The endpoint supports pagination using the limit and offset parameters. It will not return more than 1000 records.

By default, the records are sorted by the createdAt field in ascending order. To sort the records in descending order, use the desc=1 parameter.

Request

Responses

Response Headers