app.didpic.admin.listResyncFailures

lexicons.didpic.app

Documentation

List actors with a failed resync job.

main query

List actors with a failed resync job.

Output

Encodingapplication/json
failures array Required

No description available.

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)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "failures"
      ],
      "properties": {
        "failures": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "did",
              "attempts",
              "enqueuedAt"
            ],
            "properties": {
              "did": {
                "type": "string",
                "format": "did"
              },
              "handle": {
                "type": "string"
              },
              "attempts": {
                "type": "integer"
              },
              "indexedAt": {
                "type": "string",
                "format": "datetime"
              },
              "lastError": {
                "type": "string"
              },
              "enqueuedAt": {
                "type": "string",
                "format": "datetime"
              }
            }
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "List actors with a failed resync job."
}

Lexicon Garden

@