List Tools
Tools
List Tools
Retrieve a paginated list of your tools. Returns tools that are not tied to a specific resource connection.
GET
List Tools
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Your API key for authentication.
Query Parameters
Page number for pagination. Minimum
1. Defaults to 1.Number of results per page. Minimum
1, maximum 1000. Defaults to 50.Filter results by searching the tool’s
name and description fields.Field to sort results by. Currently only
"created_at" is supported.Sort direction. Allowed values:
"asc", "desc". Defaults to "desc".This endpoint only returns tools that are not tied to a specific resource connection (
resource_id: null). Tools created as part of a connected integration resource are excluded.Response
Array of integration tool objects.
Pagination metadata.
null on success, or a list of error objects if the request failed.Docs for agents: llms.txt