Forgejo API
POST/activitypub/repository-id/{repository-id}/outbox

List 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.

1 parameter
repository-idintegerrequired
The repository's numeric identifier, formatted as a 64-bit integer.

1 status code
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.