get
Retrieve full details of a resource by ID, including files, workflows, agents, and activity logs.
Instructions
Get full details of a resource by ID. Use workspace_activity for recent activity logs. Use activity_archive to read a specific month's archived logs by YYYY-MM (e.g. 2025-02). Use list_activity_archives to see which months have archives. Use workflow_activity for the activity digest since a workflow's last session. Use entity_activity for recent activity on a specific file or entity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Resource ID | |
| page | No | Page number for activity_archive (default 1, 100 rows per page) | |
| type | Yes | Resource type. file_links: the files a file links TO (forward) plus files that link to it (backward/backlinks) — id=fileId, optional direction. linked_mentions: backlinks with content excerpts (id=fileId). link_suggestions: find a file to link to by name (id=source fileId, query=search term). workspace_activity: recent workspace activity (use limit/userId/entityType/action to filter). activity_archive: archived month logs (id=YYYY-MM). list_activity_archives: see available archive months. entity_activity: recent activity for a specific entity (id=entityId, entityType required). workflow_activity: changes since last load (id=workflowId). member_profile: activity stats and recent actions for a member (id=userId). workflow_members: list who a private workflow has been explicitly shared with (id=workflowId). | |
| year | No | Filter to year e.g. 2026 (type=workspace_activity) | |
| limit | No | Max results. For workspace_activity: 1–200 (default 50). For file_versions and entity_activity: 1–20 (default 10). | |
| month | No | Filter to calendar month 1–12 (type=workspace_activity) | |
| query | No | Title or path to search for (type=file_by_path); search term (type=link_suggestions) | |
| scope | No | Search scope (type=link_suggestions, default workspace) | |
| action | No | Filter by action — created, updated, deleted, completed, etc. (type=workspace_activity) | |
| offset | No | Pagination offset (type=file_versions, workspace_activity) | |
| userId | No | Filter by user ID (type=workspace_activity) | |
| direction | No | Which links to return (type=file_links, default both) | |
| entityType | No | Filter by entity type — file, workflow, task, agent, member, etc. (type=workspace_activity, entity_activity) | |
| workspaceId | No | ||
| includeLinks | No | Also return the file's outgoing // links resolved to titles (type=file). Set true BY DEFAULT whenever a user asks to open/show/read a file: then add a one-line footer with how many files it links to, list them by title, and OFFER to open — do not auto-open. | |
| includeArchived | No | Include archived items (type=library_structure) | |
| includeMetadata | No | Include metadata (type=file) |