fetch
Retrieve complete record details from Attio CRM using search result identifiers to access full contact, company, list, or task information.
Instructions
Retrieve the full record payload for a search result ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Identifier emitted by the search tool (<resource>:<id>). |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Identifier emitted by the search tool (<resource>:<id>).",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}