resolve
Resolve any AT Protocol identifier to JSON. Accepts an at:// URI (at:////), a bare handle (alice.bsky.social), or a DID (did:plc:...). Returns a profile, a collection page, or a single record depending on how specific the input is. PDS-agnostic: works for any AT Protocol PDS, not just Bluesky.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | An at:// URI, a bare handle, or a DID. | |
| limit | No | Page size (1-100, default 50). A cursor in the response means more pages exist. | |
| cursor | No | Pagination cursor (collections only). | |
| include | No | Optional enrichments: 'schema' resolves the collection's lexicon; 'backlinks' lists who referenced the target; 'profile' adds the repo owner's display name, bio, and avatar URL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||