cURL
curl --request GET \ --url https://api.triqai.com/v1/report-issue \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "transactionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "description": "<string>", "fields": [ "<string>" ], "status": "pending", "statusMessage": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "meta": { "generatedAt": "2023-11-07T05:31:56Z", "requestId": "<string>", "version": "<string>", "page": 123, "size": 123, "total": 123, "totalPages": 123 } }
Returns a paginated list of issue reports for your organization.
Organization API key for authentication
x >= 1
1 <= x <= 100
Filter by status
pending
reviewing
resolved
dismissed
Filter by transaction ID
Issue report list
true
Show child attributes
Was this page helpful?