Retrieve details about a scheduled balance request
| Field | Description |
|---|---|
schedule_id | The unique identifier for the schedule |
last_run_at | When the schedule last completed a run (null if never run) |
next_run_at | When the next scheduled run will occur |
total_authorizers | Number of authorizers in this schedule |
Authentication to the API is performed via Bearer Token Authentication. Provide your API key as the bearer token in the Authorization header.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
The schedule ID (UUID) returned when creating the scheduled balance request.
Schedule details retrieved successfully
Unique identifier for the schedule.
ISO 8601 timestamp of the next scheduled run.
Total number of authorizers in this schedule.
ISO 8601 timestamp of the last completed run. Null if the schedule has not run yet.