# social.coves.actor.getProfile

> Published by [coves.social](https://lexicon.garden/identity/did:web:coves.social)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:coves.social/social.coves.actor.getProfile)
- [Documentation](https://lexicon.garden/lexicon/did:web:coves.social/social.coves.actor.getProfile/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:coves.social/social.coves.actor.getProfile/examples)

## Definitions

### `social.coves.actor.getProfile`

**Type**: `query`

Get a user's profile with aggregated statistics

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `actor` | `string` (at-identifier) | Yes | DID or handle of the user |

#### Output

**Encoding**: `application/json`

## Raw Schema

```json
{
  "id": "social.coves.actor.getProfile",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "ref": "social.coves.actor.defs#profileViewDetailed",
          "type": "ref",
          "description": "Detailed profile view with stats and viewer state"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actor"
        ],
        "properties": {
          "actor": {
            "type": "string",
            "format": "at-identifier",
            "description": "DID or handle of the user"
          }
        }
      },
      "description": "Get a user's profile with aggregated statistics"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
