> For the complete documentation index, see [llms.txt](https://docs.sportradar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportradar.com/table-tennis/table-tennis-multisport/objects/stage.md).

# Stage

#### Properties for stage

<table data-header-hidden><thead><tr><th width="167">Property</th><th>Description</th></tr></thead><tbody><tr><td>id<br><em><mark style="color:blue;">uuid</mark></em></td><td>Unique ID for this competition. Generated by IMG Arena.</td></tr><tr><td>name<br><em><mark style="color:blue;">string</mark></em></td><td>The stage/type of fixture name</td></tr><tr><td>seasons<br><a href="/pages/uzkBhiLDvghS9WD6ncYo"><em><mark style="color:blue;">seasons</mark></em><mark style="color:blue;">[]</mark></a></td><td>Information on the season that the fixture is related to</td></tr><tr><td>startDateUTC<br><em><mark style="color:blue;">date</mark></em></td><td>The stage start date (UTC).</td></tr><tr><td>endDateUTC<br><em><mark style="color:blue;">date</mark></em></td><td>The stage end date (UTC).</td></tr></tbody></table>

Example:

```
{
  "id": "2f1b75e3-8b04-4bd8-96de-a73e9c5c63a1",
  "name": "ITTF World Championships Doha 2025 - Womens Doubles",
  "season": {
    "id": "c0e65821-a092-4e2e-b509-b96b23e5fdbd",
    "name": "ITTF World Championships Doha 2025 - Womens Doubles",
    "startDateUTC": "2025-05-17T12:00:00",
    "endDateUTC": "2025-05-25T12:00:00",
    "competition": {
      "id": "0cfa1050-0935-468c-b237-5005b38e1091",
      "name": "ITTF World Championships Doha - Womens Doubles",
      "type": "Official",
      "category": {
        "id": 2,
        "name": "Women"
      },
      "format": {
        "id": 135,
        "name": "Doubles"
      },
      "location": {
        "name": "Doha",
        "country": {
          "name": "Qatar"
        },
        "continent": {
          "name": "Asia"
        }
      },
      "commentCount": 0
    },
    "sport": "Table Tennis"
  },
  "startDateUTC": "2025-05-17T12:00:00",
  "endDateUTC": "2025-05-25T12:00:00"
}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sportradar.com/table-tennis/table-tennis-multisport/objects/stage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
