openapi: 3.0.0 info: title: LeanData BookIt 🗓️ Availability 🗓️ Availability Retrieve Routing Graphs Information API description: Programmatic scheduling, availability lookup, and meeting management for the LeanData BookIt scheduling product. Power custom UIs with server-to-server access to availability, round-robin, and meeting CRUD. version: 1.0.0 servers: - url: https://api.leandata.com tags: - name: Retrieve Routing Graphs Information description: '

This section outlines the endpoints used to retrieve Routing Graphs information for building a custom orchestration experience. The endpoint returns information such as trigger node names, the edges in those trigger nodes, graph name, etc

' paths: /orchestration/v1/routing-graphs: get: tags: - Retrieve Routing Graphs Information summary: orchestration/v1/routing-graphs description: '

This endpoint retrieves a collection of configured routing graphs, allowing you to filter them by object type, deployment status, and name. This is useful for programmatically inspecting or listing the routing flows defined within your system.

Endpoint: GET /orchestration/v1/routing-graphs

Request Body Parameters

Response Body Parameters

The response will contain a graphs array, which is a collection of Graph Objects. Each Graph Object provides detailed information about a specific routing graph:

' responses: '200': description: Successful response content: application/json: {}