
The API should expose the schedule for the accounts in an endpoint. This would be useful to know if, for any given day, there are any empty slots that could be filled in with auto-scheduled posts.

HI @Christian from Hunky Tops ,
The posting schedule is simply a template. It will not directly tell if there are empty slots. That you would need to check with the posts you already have scheduled, you can try reading the scheduled posts and see how far they go.
If you have something else in mind please feel free to elaborate more.

Yes, precisely that: I would like to be able to know, programmatically, for any given day, if all the scheduled posts cover all the available slots for an account. Right now we can list the scheduled posts, but we can’t list the schedule to see how many slots there are in a day, and we can’t calculate how many open slots are left.
I guess an extension of this would be to make the actual schedule programmable: being able to add and remove slots from the schedule via the API would be great, too.