app.thesocialwire.operations.listTraces

samclemente.me

Documentation

The Social Wire operator query listTraces.

main query

The Social Wire operator query listTraces.

Parameters

before string Optional

No description available.

from string datetime Optional

An RFC 3339 formatted timestamp.

limit integer Optional

No description available.

to string datetime Optional

An RFC 3339 formatted timestamp.

Output

Encodingapplication/json

Errors

InvalidRequest
Forbidden
Unavailable
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
An RFC 3339 formatted timestamp.
An RFC 3339 formatted timestamp.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "InvalidRequest"
    },
    {
      "name": "Forbidden"
    },
    {
      "name": "Unavailable"
    }
  ],
  "output": {
    "schema": {
      "ref": "app.thesocialwire.defs#jsonObject",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "to": {
        "type": "string",
        "format": "datetime"
      },
      "from": {
        "type": "string",
        "format": "datetime"
      },
      "limit": {
        "type": "integer",
        "maximum": 1000,
        "minimum": 1
      },
      "before": {
        "type": "string",
        "maxLength": 2048
      }
    }
  },
  "description": "The Social Wire operator query listTraces."
}

Lexicon Garden

@