Return a Count of Replays

Go to Product

Return a count of replays for the given issue or transaction id.

Options

Organization Id or Slug
The ID or slug of the organization the resource belongs to.
End (*)
The end of the period of time for the query, expected in ISO-8601 format. For example 2001-12-14T12:34:56.7890.
Environment (*)
The name of environments to filter by.
Start (*)
The start of the period of time for the query, expected in ISO-8601 format. For example 2001-12-14T12:34:56.7890.
Stats Period (*)

The period of time for the query, will override the start & end parameters, a number followed by one of:

  • d for days
  • h for hours
  • m for minutes
  • s for seconds
  • w for weeks

For example 24h, to mean query data starting from 24 hours ago to now.

Project (*)

The IDs of projects to filter by. -1 means all available projects. For example the following are valid parameters:

  • /?project=1234&project=56789
  • /?project=-1
Query (*)

Filters results by using query syntax.

example: query=(transaction:foo AND release:abc) OR (transaction:[bar,baz] AND release:def)

Result Format

Specify how the response should be mapped to the table output. The following formats are available:

Raw Response: Returns the raw response in a single row with the following columns:

  • body: Response body
  • status: HTTP status code

Input Ports

Icon
Configuration data.

Output Ports

Icon
Result of the request depending on the selected Result Format.
Icon
Configuration data (this is the same as the input port; it is provided as passthrough for sequentially chaining nodes to declutter your workflow connections).

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.