pub.chive.admin.listImports

chive.pub

Documentation

List imported eprint statistics

main query

List imported eprint statistics

Parameters

limit integer Optional

Maximum number of results

source string Optional

Filter by import source

Output

Encodingapplication/json
limit integer Optional

Applied limit

source string Optional

Import source filter

totalEprints integer Optional

Total imported eprints

Errors

AuthenticationRequired
AdminRequired
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
Maximum number of results
Filter by import source
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "AuthenticationRequired"
    },
    {
      "name": "AdminRequired"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer",
          "description": "Applied limit"
        },
        "source": {
          "type": "string",
          "description": "Import source filter"
        },
        "totalEprints": {
          "type": "integer",
          "description": "Total imported eprints"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1,
        "description": "Maximum number of results"
      },
      "source": {
        "type": "string",
        "description": "Filter by import source"
      }
    }
  },
  "description": "List imported eprint statistics"
}

Lexicon Garden

@