Get workflow session status

Retrieves the current status and details of a workflow session, including
its execution state, current module, and output variables.

Status Values:

  • RUNNING: Session is actively executing
  • COMPLETED: Session has finished execution

Note: A session is considered completed when it has an endTime value.

Rate Limiting & DOS Protection:

  • This endpoint is subject to the same rate limiting and DOS protection measures as the session creation API

Security Considerations:

  • Output variables may contain sensitive workflow data - handle with appropriate care
  • Do not expose workflow session IDs directly to end users in client applications
  • Implement proper access controls to ensure users can only query their own sessions
Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here!