# V3RunbooksRunbookResponse

Represents a Runbook in the system.

## Fields

| Field            | Type                                                                                          | Required             | Description                                          |
| ---------------- | --------------------------------------------------------------------------------------------- | -------------------- | ---------------------------------------------------- |
| `ID`             | `string`                                                                                      | :heavy\_check\_mark: | The unique identifier for the runbook.               |
| `Name`           | `string`                                                                                      | :heavy\_check\_mark: | The name of the runbook.                             |
| `Created`        | [components.V3RunbooksUpdationInfo](/go-sdk/docs/models/components/v3runbooksupdationinfo.md) | :heavy\_check\_mark: | Information about when the runbook was created.      |
| `Updated`        | [components.V3RunbooksUpdationInfo](/go-sdk/docs/models/components/v3runbooksupdationinfo.md) | :heavy\_check\_mark: | Information about when the runbook was last updated. |
| `UsedCount`      | `int`                                                                                         | :heavy\_check\_mark: | The number of times this runbook has been used.      |
| `Steps`          | \[][components.V3RunbooksStep](/go-sdk/docs/models/components/v3runbooksstep.md)              | :heavy\_check\_mark: | The steps that make up the runbook.                  |
| `EntityOwner`    | [components.CommonV3EntityOwner](/go-sdk/docs/models/components/commonv3entityowner.md)       | :heavy\_check\_mark: | The owner of the entity.                             |
| `OrganizationID` | `string`                                                                                      | :heavy\_check\_mark: | The ID of the organization this runbook belongs to.  |
| `Owner`          | [components.CommonV3RBACOwner](/go-sdk/docs/models/components/commonv3rbacowner.md)           | :heavy\_check\_mark: | The RBAC owner of the runbook (typically a team).    |


---

# 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://developers.incidents.cloud.solarwinds.com/go-sdk/docs/models/components/v3runbooksrunbookresponse.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.
