Skip to main content
GET
/
v1
/
resources
/
{resourceId}
Get resource
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>"
  }
}

Headers

authorization
string
required
Pattern: ^Bearer [\s\S]{0,}$

Path Parameters

resourceId
string
required

Unique resource identifier (minimum 10 characters)

Minimum string length: 10

Response

Response for status 200

resource
object
required

The resource object