Returns only the status information of a session without the detailed execution data. This lightweight endpoint is useful for polling the current state of a session.
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Path Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.staging.vrtx.sa/onboarding/get-session-status/' \
--header'Authorization: Bearer <token>'