Sign in

List inbox messages

documented

Retrieve a paginated list of messages available in the Woodpecker inbox.

GET /rest/v2/inbox/messagesInboxno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.woodpecker.co/rest/v2/inbox/messages?per_page={{$per_page}}&read={{$read}}&prospect_interest_level={{$prospect_interest_level}}" \
  -X GET \
  -H "x-api-key: {{WOODPECKER_API_KEY}}" \
  -H "Accept: application/json"