org.chaoticharmonylabs.orbit.list

chaoticharmonylabs.org

Documentation

List orbits for the authenticated user.

main query

List orbits for the authenticated user.

Parameters

cursor string Optional

Pagination cursor

limit integer Optional

No description available.

Output

Encodingapplication/json
cursor string Optional

No description available.

orbits 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)
Parameters
Pagination cursor
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "orbits"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "orbits": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "uri",
              "cid",
              "value"
            ],
            "properties": {
              "cid": {
                "type": "string",
                "format": "cid"
              },
              "uri": {
                "type": "string",
                "format": "at-uri"
              },
              "value": {
                "ref": "org.chaoticharmonylabs.orbit.defs#orbit",
                "type": "ref"
              }
            }
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string",
        "description": "Pagination cursor"
      }
    }
  },
  "description": "List orbits for the authenticated user."
}

Lexicon Garden

@