# Match Status Flow

Each match can have one of the following status values:

* **IF\_NEEDED** - Only played if needed
* **BYE** - Team has no match scheduled for this group of matches
* **SCHEDULED** - Yet to be played
* **PENDING** - Ready to start
* **WARM\_UP** - Players have begun to warm up
* **ON\_PITCH** - Players are on the playing field
* **ABOUT\_TO\_START** - Match is about to start
* **IN\_PROGRESS** - Currently in play
* **FINISHED** - Match finished but not yet 'official'
* **CONFIRMED** - Match officially completed
* **POSTPONED** - Will be played at a future time
* **CANCELLED** - Will not be played
* **ABANDONED** - Match began but had to be stopped

![](https://yuml.me/diagram/scruffy/activity/\(start\)-|a|,|a|->\(IF_NEEDED\)->\(SCHEDULED\),|a|->\(BYE\)->\(SCHEDULED\),|a|->\(SCHEDULED\)->\(PENDING\)->\(WARM_UP\)->\(IN_PROGRESS\)->\(FINISHED\)->\(CONFIRMED\)->\(end\),\(SCHEDULED\)->\(CANCELLED\)->\(end\),\(SCHEDULED\)->\(ABANDONED\)->\(end\),\(SCHEDULED\)->\(POSTPONED\)->\(end\),\(IN_PROGRESS\)->\(ABANDONED\)->\(end\))


---

# 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.sportradar.com/datacore/sports-apis/volleyball/datacore-api-v1/introduction/match-status-flow.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.
