twist_threads_getone
Retrieve a specific thread object by its ID from the Twist workspace using the Twist REST API to manage and access thread details efficiently.
Instructions
Gets a thread object by id.
Args: id: The id of the thread
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "integer"
}
},
"required": [
"id"
],
"title": "twist_threads_getoneArguments",
"type": "object"
}