GET
https://stoplight.io/mocks/replyteam/reply/765516802
/
sequences
/
{id}
/
steps
curl --request GET \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/sequences/{id}/steps
[
  {
    "id": 123,
    "type": "Email",
    "number": 1,
    "delayInMinutes": 0,
    "template": {
      "id": 456,
      "subject": "Introduction Email",
      "body": "Hi {{firstName}},\n\nI wanted to reach out regarding..."
    }
  }
]

Path Parameters

id
string
required

Sequence Id

Response

200 - application/json

List of sequence steps retrieved successfully

The response is of type object[].