# space.highport.manage.getSpace

> Published by [lexicons.highport.space](https://lexicon.garden/identity/did:plc:ciygg5hma4q7ah2kxaszkyob)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ciygg5hma4q7ah2kxaszkyob/space.highport.manage.getSpace)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ciygg5hma4q7ah2kxaszkyob/space.highport.manage.getSpace/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ciygg5hma4q7ah2kxaszkyob/space.highport.manage.getSpace/examples)

## Definitions

### `space.highport.manage.getSpace`

**Type**: `query`

What bard knows about a connected space: its sync state, when bard's credential expires, and its counts. Available to the space's authority and to viewers (identities with a grant inside the viewer window).

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `space` | `string` (at-uri) | Yes |  |

#### Output

**Encoding**: `application/json`

#### Errors

- **SpaceNotFound**: Bard is not connected to that space, or the caller is neither its authority nor a viewer.

## Raw Schema

```json
{
  "id": "space.highport.manage.getSpace",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "SpaceNotFound",
          "description": "Bard is not connected to that space, or the caller is neither its authority nor a viewer."
        }
      ],
      "output": {
        "schema": {
          "ref": "space.highport.defs#spaceView",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "space"
        ],
        "properties": {
          "space": {
            "type": "string",
            "format": "at-uri"
          }
        }
      },
      "description": "What bard knows about a connected space: its sync state, when bard's credential expires, and its counts. Available to the space's authority and to viewers (identities with a grant inside the viewer window)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
