Skip to content

GetIssueDetails

Request

Get specific details about an issue and all related incidents for the issue.

Security
AuthorizationHeader
Query
issue_idstringrequired

Issue Id to fetch issue details. e.g. 17263-1722579276407

sort_orderstring

Sorting order, Default value is DESC.

Enum:"ASC""DESC"
sort_bystring

Sort by field for incidents, Default value is last_seen.

Enum:"incident_id""incident_risk""flow_count""last_seen""first_seen"
frominteger

Starting point for pagination, Default value 0.

sizeinteger

Maximum number of records to return for pagination, Default value 1000.

curl -i -X GET \
  'https://apidoc.authmind.com/_mock/v1/docs/v1/getIssueDetails?issue_id=string&sort_order=ASC&sort_by=incident_id&from=0&size=0' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Successful response.

Bodyapplication/json
successboolean

Indicates if the request was successful.

resultsArray of objects
metadataobject

Response metadata.

Response
{ "success": true, "results": [ {} ], "metadata": {} }