Search & list executionsAsk AIget https://api.staging.payrails.io/merchant/workflows/{workflowCode}/executionsFetch a list of merchant workflows executions for the given query parameters.Path ParamsworkflowCodestringrequiredPath parameter to specify the workflow code.Query Paramsfilter[merchantReference]stringFilter executions by merchant reference.filter[holderReference]stringFilter executions by holder reference.filter[workspaceId]stringFilter by Workspace ID.filter[workflowCode]stringFilter by workflow code.filter[workflowVersion]stringFilter by workflow version.filter[lastStatus]stringFilter by last status.page[after]stringSearch collection items after that cursor.page[before]stringSearch collection items before that cursor.page[size]int32Length of the collection to search.Responses 200Success. 400Bad Request. 401Unauthorized. 403Insufficient Scope. 404Not Found. 429Too Many Requests.Updated 11 months ago