# CHECKREQUESTEMBEDDINGS

The **CHECKREQUESTEMBEDDINGS** workflow application verifies if a request’s data fields have been indexed with embeddings, allowing workflows to branch conditionally based on indexing status.

## Required parameter

<table><thead><tr><th width="262.49859619140625" valign="top">Parameter</th><th width="109.71795654296875" valign="top">Type</th><th width="110.07696533203125" valign="top">Direction</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top"><code>READY</code></td><td valign="top">TEXT</td><td valign="top">OUT</td><td valign="top"><strong>Possible values:</strong> <code>Y</code> if all required embeddings are ready; <code>N</code> otherwise</td></tr></tbody></table>

## Optional parameters

<table><thead><tr><th width="263.923095703125" valign="top">Parameter</th><th width="113.991455078125" valign="top">Type</th><th width="110.21368408203125" valign="top">Direction</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top"><code>DATA_LIST</code></td><td valign="top">TEXT</td><td valign="top">IN</td><td valign="top">Comma- or semicolon-separated list of dataset names to check for embeddings/chunks</td></tr><tr><td valign="top"><code>REQUEST_ID</code></td><td valign="top">NUMERIC</td><td valign="top">IN</td><td valign="top">The number of the request to check; If not provided, the process instance ID is used</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.workflowgen.com/admin/10.0/workflow-applications/checkrequestembeddings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
