# Dictionary

This page contains the list of enums that you can check for your reference:

* [Status Code](#status-code)

### Status Code <a href="#status-code" id="status-code"></a>

| Name                                                                       | Value |
| -------------------------------------------------------------------------- | ----- |
| Success                                                                    | 100   |
| Missing Or Unsupported APIKey In Request Headers                           | 101   |
| Missing Or Unsupported ClientId In Request Headers                         | 102   |
| Missing Parameters                                                         | 302   |
| Request Limit Reached For Applied Parameter Please Try Again After An Hour | 303   |
| Unsupported Competitor Id                                                  | 304   |
| Error                                                                      | 1000  |


---

# 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://flyingcockatoo.gitbook.io/odds-feed-documentation/odds-feed-api/dictionary.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.
