Query workflow session status

Retrieves the current status and output variables of a workflow session.

Use Cases

  • Check if workflow is still running or has completed
  • Retrieve output variables set during workflow execution
  • Monitor workflow progress

Response Details

  • isRunning: Boolean indicating if workflow is still executing
  • status: Current status (RUNNING or COMPLETED)
  • currentModule: ID of current module being executed (null if completed)
  • outputVariables: All variables set during workflow execution

Security Considerations

  • Validate session ID belongs to the requesting client
  • Filter sensitive data from outputVariables before exposing to end users
  • Implement proper access controls
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the workflow session

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json