cURL
curl --request GET \ --url https://api1.irisagent.com/v1/search/cases \ --header 'Authorization: Bearer <token>'
{ "results": [ { "id": "<string>", "subject": "<string>", "url": "<string>", "timeOfCreation": 17437722600, "productId": "<string>" } ] }
Search cases using a query parameter.
The Authorization header is required to authenticate API requests. It should contain a bearer token obtained through the IrisAgent portal.
Authorization
The search query string.
Search results
Show child attributes
Unique identifier for the case
Subject of the case
Public link to the case
Unix timestamp epoch in milli-seconds as string
17437722600
Product ID associated with the case, if applicable