# Get

Launch stage: Beta

`GET /api/2.1/{name=knowledge-assistants/*/examples/*}`

Gets an example from a Knowledge Assistant.

API scopes: knowledge-assistants

## Path parameters

- `name` (string, optional)
  The resource name of the example.
   Format: knowledge-assistants/{knowledge_assistant_id}/examples/{example_id}

## Returns

Returns the Example object.

## Response

```json
{
  "name": "string",
  "question": "string",
  "guidelines": [
    "string"
  ],
  "example_id": "string",
  "create_time": "string",
  "update_time": "string"
}
```

