Retrieve all issues from Sentry.io.
Application
Sentry.io
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Connected Account | The connected account to use for the request | Connected Account | Yes | |
Organization slug ID | The slug of the organization the issues belong to | Text (Short) | Yes | |
Project slug ID | The slug of the project the issues belong to | Text (Short) | Yes | |
Return all? | Whether to return all results or only up to a given limit | True/False | No | |
Limit | Max number of results to return | Number | No | |
Query | An 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 period | Time period of stats | Predefined Choice List | No | |
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-in | True/False | No |
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
JSON Output | JSON output returned by the API | Text (Long) | No |
Outcomes
Name | Description |
Success | This status is selected if the job has successfully completed. |
Unsuccessful | This status is selected if the job has completed unsuccessfully. |
Requirements
N/A