Skip to main content
GET
/
v1
/
search
/
cases
Search cases.
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The Authorization header is required to authenticate API requests. It should contain a bearer token obtained through the IrisAgent portal.

Query Parameters

query
string
required

The search query string.

Response

Search results

results
object[]
required