provider Error Tracking GET
/api/v2/error-tracking/issues/{issue_id} @utdk/datadog
/api/v2/error-tracking/issues/{issue_id} Get the details of an error tracking issue
Retrieve the full details for a specific error tracking issue, including attributes and relationships.
- issue_id path required
- The identifier of the issue.
- string
- include query
- Comma-separated list of relationship objects that should be included in the response. Possible values are `assignee`, `case`, and `team_owners`.
- array
Try it
Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import datadog from '@utdk/datadog';
await datadog.getissue()