GET
/activitypub/user-id/{user-id}/activities/{activity-id}/activityGet a user's ActivityPub activity
Retrieves a specific ActivityPub activity associated with a user. Supply user-id and activity-id to obtain the activity document for that user's activity.
user-idintegerrequired
The user's numeric identifier.
activity-idintegerrequired
The numeric identifier of the activity to retrieve.
200Returns the requested ActivityPub activity object, including its `@context` property.
@contextstringoptional
Error handling
user-id and activity-id must both be integers identifying the user and the requested activity. Use the activity identifier belonging to that user when selecting the activity to retrieve.