# app.thesocialwire.operations.getTrace

> Published by [samclemente.me](https://lexicon.garden/identity/did:plc:qy5pluw2bsuq2x6albsgkvx3)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:qy5pluw2bsuq2x6albsgkvx3/app.thesocialwire.operations.getTrace)
- [Documentation](https://lexicon.garden/lexicon/did:plc:qy5pluw2bsuq2x6albsgkvx3/app.thesocialwire.operations.getTrace/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:qy5pluw2bsuq2x6albsgkvx3/app.thesocialwire.operations.getTrace/examples)

## Definitions

### `app.thesocialwire.operations.getTrace`

**Type**: `query`

The Social Wire operator query getTrace.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `traceId` | `string` | Yes |  |

#### Output

**Encoding**: `application/json`

#### Errors

- **InvalidRequest**
- **Forbidden**
- **Unavailable**

## Raw Schema

```json
{
  "id": "app.thesocialwire.operations.getTrace",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "InvalidRequest"
        },
        {
          "name": "Forbidden"
        },
        {
          "name": "Unavailable"
        }
      ],
      "output": {
        "schema": {
          "ref": "app.thesocialwire.defs#jsonObject",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "traceId"
        ],
        "properties": {
          "traceId": {
            "type": "string",
            "maxLength": 256
          }
        }
      },
      "description": "The Social Wire operator query getTrace."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
