v6

latestOpenAPI 3.1.02026-08-04135335658.3 KB
Tools

Get Tools

Endpoint to retrieve all tools including custom tools and inbuilt tools.

get/workflows/v1/tools

Query parameters

logical_idstring nullable

Filter by logical ID

namestring nullable

Filter by tool name

categorystring nullable

Filter by tool category

type'inbuilt_function' | 'inline_python' | 'external_api' | 'knowledge_base'

Enumeration of tool types.

sizeinteger

Number of items per page

Number of items per page

pageinteger

Page number

Page number

searchstring nullable

Search keywords

Search keywords

startstring date-time nullable

Filter by start time (ISO 8601 format)

Filter by start time (ISO 8601 format)

endstring date-time nullable

Filter by end time (ISO 8601 format)

Filter by end time (ISO 8601 format)

Response

Successful Response

totalinteger nullable

Total number of tools available without pagination.

Example response

{
  "tools": [
    {
      "_id": "5eb7cf5a86d9755df3a6c593"
    }
  ]
}