---
title: "Lookup of Cases using Case IDs"
method: POST
path: "/lookup"
tags: ["Case"]
---

# Lookup of Cases using Case IDs

`POST /lookup`

Retrieve full case details (metadata, alert context, activity history) for one or more cases by their IDs.

## Request body

- CaseLookupBulkRequest — Request to look up multiple cases by their IDs with optional panel selection.
  - `ids` TaskIdentity[], required
  - `panels` string[], required — Request inclusion of detailed Case data, grouped into a set of panels. If left unset, all panels will be returned.
  - `logLimit` integer, nullable — How many history items of each Case should be returned

## Response `200`

Success

- CaseLookupBulkResponse — Bulk case lookup response with requested panels.
  - `status` Status — API response status with code and message.
    - `status_code` string
    - `status_message` string
  - `data` object — Map of TaskIdentity strings to case objects.

---

[API](https://skmtc.net/recordedfuture/apis/alert-api.md) · [All operations](https://skmtc.net/recordedfuture/apis/alert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recordedfuture/alert-api/revisions/c8c2f68d8b60/schema)
