Process an Expression

Validates, processes and returns the current state of a List Target expression.

Note that it doesn't wait for the expression to be processed. It simply triggers the processing if needed, and returns the current status.
A calling application may need to poll this method (or the /parse method) repeatedly until the expression has been fully processed.
An optional maximum refresh delay parameter can be passed in, to control the oldest allowed cached result to be returned.

Path Params
string
required

The name of the space (database) assigned to you.

Query Params
string
Defaults to NONE

The oldest allowed cached result to be used when calculating the result.
Note, setting this to a very recent value may force more partial results to have to be rebuilt, which can slow down execution substantially.
It's therefore recommended to only use a recent value when it is absolutely essential for the result.

Body Params
steps
array of objects

The steps to execute and the order in which they should be processed

steps
Response

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json