Skip to main content

04.6.2.19 Retrieve Assistant

Node Description

Retrieve Assistant is an action type node for getting information about a given assistant by its ID.

Node Configuration

To configure the Retrieve Assistant node, you must fill in the required fields.

The required* fields include:

  • API Key;
  • Assistant ID.

API Key

The field required for entering the API key (see more details here).

Assistant ID

The field for entering the identifier of the assistant for which information is to be obtained.

Example of launching a node

It is necessary to run the node Retrieve Assistant once with the parameters:

  • API Key - Your API key;
  • Assistant ID - Your Assistant ID.

The result of the Retrieve Assistant node execution is information about the requested assistant, including:

  • created_at,
  • description,
  • file_ids,
  • id,
  • instructions,
  • metadata,
  • model,
  • name,
  • object: assistant,
  • tools.