GET
/
sessions
/
{session_id}
/
replies
Get Session Replies
curl --request GET \
  --url https://api.funnelfox.io/public/v1/sessions/{session_id}/replies \
  --header 'Fox-Secret: <fox-secret>'
[
  {
    "element": {
      "id": "<string>",
      "type": "<string>",
      "custom_id": "<string>"
    },
    "screen": {
      "id": "<string>",
      "index": 123,
      "custom_id": "<string>"
    },
    "state": {
      "value": "<string>",
      "raw": "<any>"
    }
  }
]

Headers

Fox-Secret
string
required

Project Secret Key

Example:

"secret_"

Path Parameters

session_id
string
required

Session ID

Response

200
application/json

Replies Array

The response is of type object[].