# Indeed

## Why does my Indeed step take so long to run?

The Indeed API returns results very slowly, unfortunately. A search Indeed step may take upwards of 5–20 minutes to complete at times. Search criteria and number of results requested may affect the time as well.

## Why didn't my Indeed step test work?

Step tests time out if the test doesn't complete in a reasonable amount of time.

You may notice that an Indeed step test doesn't complete due to the slowness of the API. However, the step should still work in a complete run of your workflow, when the step is given more time to process.

If an Indeed step test doesn't work, try running your whole workflow.


---

# 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.relay.app/app-specific-faqs/indeed.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.
