app.thesocialwire.operations.listIngestionEndpoints

samclemente.me

Documentation

The Social Wire operator query listIngestionEndpoints.

main query

The Social Wire operator query listIngestionEndpoints.

Parameters

before string Optional

No description available.

limit integer Optional

No description available.

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
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": {
      "limit": {
        "type": "integer",
        "maximum": 1000,
        "minimum": 1
      },
      "before": {
        "type": "string",
        "maxLength": 2048
      }
    }
  },
  "description": "The Social Wire operator query listIngestionEndpoints."
}

Lexicon Garden

@