Skip to main content

List all bot executor cron jobs

import botfleet

botfleet.api_key = "YOUR_API_KEY"

botfleet.BotExecutorCronJob.list()

Returns a PagePaginatedResource object.

Filtering

You can filter the results by bot_id:

botfleet.BotExecutorCronJob.list(bot_id="ef14f43e-02fc-4b78-902b-9b37b485d3a1")