Sign in

Get Integration History

documented

Return integration history based on permissions.

GET /api/v1/integrations.historyIntegrationsno 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://rocket.chat/api/v1/integrations.history?id={{$id}}&offset={{$offset}}&count={{$count}}" \
  -X GET \
  -H "X-Auth-Token: {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-User-Id: {{ROCKET_USER_ID}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get Integration History · Rocket.Chat · OpenIntegrations