Stream All Troubleshooting Data

Stream or fetch webhooks troubleshooting data with optional filters.

Stream Filtered Troubleshooting Data: Use subscription and target parameters to filter the live stream of troubleshooting data.

Fetch Historical Troubleshooting Data: Use start, end, and count parameters to fetch troubleshooting data based on timestamps. The start parameter includes data reported since the provided timestamp. The end parameter includes data reported before the provided timestamp. If you provide the start parameter without count or end, the stream will be live and provide new data as it comes in. You cannot use the end and count parameters without the start parameter.

Fetch Earliest Data in Storage: Use start=0 to fetch all data from the earliest data available in Redis. Redis stores the last 10000 records and records prior to those are cleared automatically every 30 seconds.

Security: This endpoint requires authentication using Access Tokens. You can authenticate using the following methods:

  • Administrator Roles: Authenticate as admin, project admin, or user with the Platform Administrator role.
  • User with Manage Webhooks Role: Available from Artifactory version 7.137.0
  • Scoped Token: Available from Artifactory version 7.135.0 using the system:webhooks@<project_key>/<JFrog_domain>:r scope.
Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here!