Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1003 Bytes

File metadata and controls

28 lines (20 loc) · 1003 Bytes
title description
getList
app.bsky.graph.getList

#main

Gets a 'view' (with additional context) of a specified list.

Parameters

Property Type Known Values Required Description
list string (at-uri) - Reference (AT-URI) of the list record to hydrate.
limit integer - -
cursor string - -

Output

  • Encoding: application/json
Property Type Known Values Required Description
cursor string - -
list app.bsky.graph.defs#listView - -
items array of app.bsky.graph.defs#listItemView - -