---
title: "List call flow versions"
method: GET
path: "/api/fabric/resources/call_flow/{id}/versions"
tags: ["Call Flows"]
---

# List call flow versions

`GET /api/fabric/resources/call_flow/{id}/versions`

Returns a list of versions of a Call Flow.

#### Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: _Voice_, _Messaging_, _Fax_, or _Video_.

[Learn more about API scopes](/docs/platform/your-signalwire-api-space).

## Path parameters

- `id` string, required

## Response `200`

The request has succeeded.

- CallFlowVersionListResponse
  - `data` CallFlowVersion[], required — List of Call Flow Versions
    - `id` string, uuid, required — Universal Unique Identifier.
    - `version` string, required — The version number.
    - `created_at` string, required — The creation timestamp.
    - `updated_at` string, required — The last update timestamp.
    - `flow_data` object — Call Flow Builder state, stored as an opaque JSON object.
    - `relayml` SWMLCallingSWMLObject — A SWML document for handling inbound and outbound calls. Contains a `sections` map where each section holds an array of methods that run sequentially. Execution starts at `sections.main`. See the [Calling SWML reference](/docs/swml/reference/calling) for the full list of available methods.
      - `version` '1.0.0'
      - `sections` SWMLCallingSection, required
        - `main` SWMLCallingSWMLMethod[], required
          - union
            - SWMLCallingAnswer
              - …
            - SWMLCallingAI
              - …
            - SWMLCallingAISidecar
              - …
            - SWMLCallingAmazonBedrock
              - …
            - SWMLCallingCond
              - …
            - SWMLCallingConnect
              - …
            - SWMLCallingDenoise
              - …
            - SWMLCallingEnterQueue
              - …
            - SWMLCallingExecute
              - …
            - SWMLCallingGoto
              - …
            - SWMLCallingLabel
              - …
            - SWMLCallingLiveTranscribe
              - …
            - SWMLCallingLiveTranslate
              - …
            - SWMLCallingHangup
              - …
            - SWMLCallingJoinRoom
              - …
            - SWMLCallingJoinConference
              - …
            - SWMLCallingPlay
              - …
            - SWMLCallingPrompt
              - …
            - SWMLCallingReceiveFax
              - …
            - SWMLCallingRecord
              - …
            - SWMLCallingRecordCall
              - …
            - SWMLCallingRequest
              - …
            - SWMLCallingReturn
              - …
            - SWMLCallingSendDigits
              - …
            - SWMLCallingSendFax
              - …
            - SWMLCallingSendSMS
              - …
            - SWMLCallingSet
              - …
            - SWMLCallingSleep
              - …
            - SWMLCallingSIPRefer
              - …
            - SWMLCallingStopDenoise
              - …
            - SWMLCallingStopRecordCall
              - …
            - SWMLCallingStopStream
              - …
            - SWMLCallingStopTap
              - …
            - SWMLCallingStream
              - …
            - SWMLCallingSwitch
              - …
            - SWMLCallingTap
              - …
            - SWMLCallingTranscribe
              - …
            - SWMLCallingTranscribeStop
              - …
            - SWMLCallingTransfer
              - …
            - SWMLCallingUnset
              - …
            - SWMLCallingPay
              - …
            - SWMLCallingDetectMachine
              - …
            - SWMLCallingUserEvent
              - …
  - `links` CallFlowVersionsPaginationResponse, required
    - `self` string, uri, required — Link of the current page
    - `first` string, uri, required — Link to the first page
    - `next` string, uri, required — Link to the next page
    - `prev` string, uri — Link to the previous page

## Other responses

- `401` — Access is unauthorized.
- `404` — The server cannot find the requested resource.
- `500` — An internal server error occurred.

---

[API](https://skmtc.net/signalwire/apis/signalwire-rest-api.md) · [All operations](https://skmtc.net/signalwire/apis/signalwire-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signalwire/signalwire-rest-api/versions/05c5164b85c7/schema)
