Skip to main content

Retrieve all issues from Sentry.io

Retrieve all issues from Sentry.io.

Application

  • Sentry.io

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected AccountThe connected account to use for the requestConnected AccountYes
Organization slug IDThe slug of the organization the issues belong toText (Short)Yes
Project slug IDThe slug of the project the issues belong toText (Short)Yes
Return all?Whether to return all results or only up to a given limitTrue/FalseNo
LimitMax number of results to returnNumberNo
QueryAn optional Sentry structured search query. If not provided, an implied "is:unresolved" is assumed. Info here: https://docs.sentry.io/product/sentry-basics/search/Text (Long)No
Stats periodTime period of statsPredefined Choice ListNo
Short ID lookup?Whether short IDs are looked up by this function as well. This can cause the return value of the function to return an event issue of a different project which is why this is an opt-inTrue/FalseNo

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A