Retrieve Schedule Details
Retrieve details about a scheduled balance request
Retrieve Schedule Details
Retrieve details about a scheduled balance request, including when it last ran, when it will run next, and how many authorizers are included in the schedule.Use Cases
- Monitor the status of your scheduled balance requests
- Verify when the next balance check will occur
- Check how many authorizers are being tracked
Response Fields
| Field | Description |
|---|---|
schedule_id | The unique identifier for the schedule |
name | The name of the schedule, if one was provided |
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 |
Authorizations
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.
Path Parameters
The schedule ID (UUID) returned when creating the scheduled balance request.
Response
Schedule details retrieved successfully
Unique identifier for the schedule.
The name of 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.
