chat.bsky.moderation.get Actor Metadata

GET {{baseUrl}}/xrpc/chat.bsky.moderation.getActorMetadata?actor=<did>

This endpoint is part of the Bluesky Chat (DMs) APIs. Requests usually require authentication, are directed to the user's PDS intance, and proxied to the single central chat service by setting the appropriate service DID (did:web:api.bsky.chat) in the service proxying header.

To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.

Request Params

KeyDatatypeRequiredDescription
actorstring(Required)

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;day&quot;:{&quot;messagesSent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;messagesReceived&quot;:&quot;\u003cinteger\u003e&quot;,&quot;convos&quot;:&quot;\u003cinteger\u003e&quot;,&quot;convosStarted&quot;:&quot;\u003cinteger\u003e&quot;},&quot;month&quot;:{&quot;messagesSent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;messagesReceived&quot;:&quot;\u003cinteger\u003e&quot;,&quot;convos&quot;:&quot;\u003cinteger\u003e&quot;,&quot;convosStarted&quot;:&quot;\u003cinteger\u003e&quot;},&quot;all&quot;:{&quot;messagesSent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;messagesReceived&quot;:&quot;\u003cinteger\u003e&quot;,&quot;convos&quot;:&quot;\u003cinteger\u003e&quot;,&quot;convosStarted&quot;:&quot;\u003cinteger\u003e&quot;}}