Skip to documentation
Browse documentation

Get profile

Fetch profile metadata for a Bluesky actor.

Capability ID bluesky.actor.get_profile
Cost 1 credit per request
Maximum runtime 120 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

actor string required

Actor supplied for this request.

Example bsky.app

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
avatar string https://cdn.bsky.app/img/avatar/plain/did:plc:z72i7hdynmk6r22z27h6tvur/…
banner string https://cdn.bsky.app/img/banner/plain/did:plc:z72i7hdynmk6r22z27h6tvur/…
description string official Bluesky account (check username👆) Bugs, feature requests, fee…
did string did:plc:z72i7hdynmk6r22z27h6tvur
display_name string Bluesky
followers_count integer 34591553
follows_count integer 11
handle string bsky.app
indexed_at string 2025-10-27T21:05:26.152Z
posts_count integer 808

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.