cURL
curl --request GET \ --url https://api.illuminalab.com/v1/resources/{resourceId} \ --header 'authorization: <authorization>'
{ "resource": { "id": "<string>", "team_id": "<string>", "created_at": "<string>", "updated_at": "<string>", "metadata": "<string>", "working_memory": "<string>" } }
Get a single resource by ID. Returns the full resource object including metadata and working_memory.
^Bearer [\s\S]{0,}$
Unique resource identifier (minimum 10 characters)
10
Response for status 200
The resource object
Show child attributes