---
title: "Update last accessed timestamp"
method: POST
path: "/spaces/{space_id}/access"
tags: ["spaces"]
---

# Update last accessed timestamp

`POST /spaces/{space_id}/access`

Update the last accessed timestamp for a space.
    
    This is called automatically when:
    - Viewing space details
    - Creating memories in the space
    - Searching within the space

## Path parameters

- `space_id` string, required

## Response `200`

Last accessed timestamp updated

- unknown

## Other responses

- `401` — Authentication required
- `404` — Space not found
- `422` — Validation Error

---

[API](https://skmtc.net/memara/apis/memara-api.md) · [All operations](https://skmtc.net/memara/apis/memara-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memara/memara-api/versions/4dc7c4418845/schema)
