get
https://api.recordedfuture.com/case/lookup/
Retrieve full case details for a single case by ID (known routing bug — prefer POST /lookup with a single ID instead).
What this endpoint does
Retrieves full case details for a single case by its TaskIdentity ID. Known issue: this GET endpoint returns a routing-level 404 for all requests. Use Cases: Lookup Many (POST /lookup) with a single ID in the ids array as the working alternative. Case IDs are obtained from Cases: Search or Cases: Create.
Response data
This endpoint does not return data due to the routing bug. See Cases: Lookup Many for the working response structure and panel options.
