place.stream.media.getVideoList

did:web:stream.place

{
  "id": "place.stream.media.getVideoList",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "RepoNotFound",
          "description": "No repo indexed at the supplied DID."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "videos"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "description": "Pagination cursor for the next page, if any."
            },
            "videos": {
              "type": "array",
              "items": {
                "ref": "place.stream.media.getVideo#videoView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "repo": {
            "type": "string",
            "description": "DID or handle of the repo whose videos to list. Omit to list videos globally across all repos."
          },
          "limit": {
            "type": "integer",
            "default": 25,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum number of videos to return."
          },
          "cursor": {
            "type": "string",
            "description": "Pagination cursor from a previous response."
          }
        }
      },
      "description": "List videos newest first. Scoped to a single repo when `repo` is supplied; otherwise lists videos across every indexed repo. Returns hydrated video views with author info and view counts."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.media.getVideoList

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:stream.place
CID
bafyreif6usfobc42snypujs6qejhauycmsd3otr3a4waft55sdwejlclje
Indexed At
2026-07-26 20:18 UTC
AT-URI
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.media.getVideoList

Referenced Schemas (1)

  • place.stream.media.getVideo#videoView

Lexicon Garden

@