Request
A Stoobly request represents a HTTP request
Fields
Components
Request Key
Every request will have a unique identifier for your Stoobly context. This can be retrieved from the UI or the CLI.
From the UI
Navigate to the requests page then click on a request. This will open the request details page from the right side. At the top there will be a Key field which is the request Key.

From the CLI
Run the following command to view some requests:
$ stoobly-agent request list
method host path port body_text_hash query_params_hash body_params_hash committed_at latency query status is_deleted http_version key
GET localhost /users 8081 cddd9a61a91320bb71702 287 200 0 1.1 eyJwIjogMCwgImkiOiA0MjR9
Here in our example we have a single request. The request key can be found in the key
column. In the example above, it iseyJwIjogMCwgImkiOiA0MjR9
.
Last updated
Was this helpful?