Description Usage Arguments Value See Also Examples
List the Requests made by the user. It is possible to obtain only the requests of a given state.
1 2 | deepblue_list_requests(request_state = NULL,
user_key = deepblue_options("user_key"))
|
request_state |
- A string (Name of the state to get requests for. The valid states are: new, running, done, and failed.) |
user_key |
- A string (users token key) |
data_state - A array (Request-IDs and their state)
Other Requests status information and results: deepblue_get_request_data
1 | deepblue_list_requests(request_state = 'running')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.