> For the complete documentation index, see [llms.txt](https://docs.bondex.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bondex.app/api-reference/openapi-documentation/important-response-structure.md).

# Important: Response Structure

The API returns a **top-level JSON array containing mixed types**. The actual jobs array is **nested inside** the root array — typically at index 2. You must search the root array for the first element that is itself an array to extract job objects.

```json
["string_value", "another_string", [{ "title": "..." }, { "title": "..." }]]
```

See the response schema for details.
