Stream / Fetch Webhooks Troubleshooting Data

Streams or fetches 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 10,000 records and records prior to those are cleared automatically every 30 seconds.

Security: Requires authentication using Access Tokens. You can authenticate using the following methods:

  • Administrator Roles: Authenticate as admin, Project Admin, or user with the Platform Admin 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.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Filter by subscription key

string

Filter by target URL

int64

Start timestamp (Unix timestamp). Includes data reported since this timestamp.

int64

End timestamp (Unix timestamp). Includes data reported before this timestamp. Cannot be used without start.

integer

Maximum number of records to return. Cannot be used without start.

Responses

401

Bad Credentials - Invalid credentials

403

Permission Denied - Insufficient permissions

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Choose an example:
application/json