Skip to main content
GET
/
v1
/
resources
List resources
curl --request GET \
  --url https://api.illuminalab.com/v1/resources/ \
  --header 'authorization: <authorization>'
{
  "resources": [
    {
      "id": "<string>",
      "team_id": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "metadata": "<string>",
      "working_memory": "<string>"
    }
  ],
  "total": 123
}

Headers

authorization
string
required

Response

Response for status 200

resources
object[]
required

Array of resources for the team

total
number
required

Total count of resources