Blue Prism Schedules API

The Schedules API from Blue Prism — 14 operation(s) for schedules.

Operations 23

GET /api/v7/schedules Return a list of schedules in the environment #
POST /api/v7/schedules Create a new schedule definition #
GET /api/v7/schedules/{scheduleId} Return requested schedule summary #
PUT /api/v7/schedules/{scheduleId} Update a given schedule #
DELETE /api/v7/schedules/{scheduleId} Delete a specified schedule #
POST /api/v7/schedules/{scheduleId}/clones Clone a new schedule definition #
POST /api/v7/schedules/{scheduleId}/sessions Create a session and set a schedule to run at a specific date and time #
DELETE /api/v7/schedules/{scheduleId}/sessions Request the schedule to stop #
DELETE /api/v7/schedules/{scheduleId}/runs/active Request the schedule to stop #
GET /api/v7/schedules/{scheduleId}/tasks Return a list of tasks in a schedule #
POST /api/v7/schedules/{scheduleId}/tasks Create a task in a schedule #
GET /api/v7/schedules/{scheduleId}/tasks/{taskId} Return a given scheduled task #
DELETE /api/v7/schedules/{scheduleId}/tasks/{taskId} Delete a given scheduled task #
PUT /api/v7/schedules/{scheduleId}/tasks/{taskId} Update a given scheduled task #
DELETE /api/v7/schedules/{scheduleId}/tasks/{taskId}/sessions/{sessionId} Delete scheduled task session #
GET /api/v7/schedules/{scheduleId}/tasks/{taskId}/sessions Return a list of the scheduled sessions for a specified task #
POST /api/v7/schedules/{scheduleId}/tasks/{taskId}/sessions Create a scheduled session in task #
GET /api/v7/schedules/tasks/{taskId}/sessions Return a list of the scheduled sessions for a specified task #
PUT /api/v7/schedules/{scheduleId}/tasks/{taskId}/scheduledSessionParameters Update start-up parameters #
GET /api/v7/schedules/{scheduleId}/tasks/{taskId}/scheduledSessionParameters Return start-up parameters #
GET /api/v7/schedules/{scheduleId}/logs Return all logs for a specified schedule #
GET /api/v7/schedules/logs Return all schedule logs #
POST /api/v7/schedules/{scheduleId}/runs Create a session and set a schedule to run at a specific date and time #

Documentation

Specifications

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/blue-prism-schedules-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

blue-prism-schedules-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Blue Prism Schedules API
  description: An API to expose core functionality of the Blue Prism product.
  version: 7.5.1
security:
- Bearer:
  - bp-api
  - bpserver
- OAuth2:
  - bp-api
  - bpserver
tags:


# --- truncated at 32 KB (62 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/blue-prism/refs/heads/main/openapi/blue-prism-schedules-api-openapi.yml