# GetProgressById(int)

> Gets information about a progress indicator.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static Progress.Item GetProgressById(int id)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The progress indicator's unique ID.

### Returns

| Type                                                                 | Description                              |
| -------------------------------------------------------------------- | ---------------------------------------- |
| [Item](/engine/6000.6/script-reference/unityeditor/progress/item.md) | The progress indicator's data structure. |
