POST
/activitypub/repository-id/{repository-id}/outboxList a repository ActivityPub outbox
Lists the activities published through a repository's ActivityPub outbox. Supply repository-id to retrieve the outbox associated with that repository.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
repository-idintegerrequired
The repository's numeric identifier, formatted as a 64-bit integer.
200Returns an ActivityPub ordered collection containing the repository's outbox activities.
Error handling
repository-id must be a 64-bit integer that identifies an existing repository. Use the repository's numeric ID to select the outbox whose activities you want to retrieve.