v1

latestOpenAPI 3.0.32026-07-24707482.9 KB
Flow Sessions

Get the current step's StepSpec

Returns the cached StepSpec for the current step. The stepId must match the session's current step — returns 404 otherwise.

get/flow/sessions/{sessionId}/steps/{stepId}

Path parameters

sessionIdstring required
stepIdstring required

Response

Current step

stateVersioninteger required
completeboolean required

Example response

{
  "stepSpec": {
    "payment": {
      "currency": "USDC",
      "chain": "base",
      "recipient": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234",
      "tokenAddress": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234"
    }
  }
}