list_templates
Retrieve available pipeline and indexing templates, filterable by type and paginated for easy browsing.
Instructions
Retrieves a list of all available pipeline and indexing templates.
:param limit: Maximum number of templates to return (default: 100).
:param pipeline_type: The type of pipeline to return.
:param after: The cursor to fetch the next page of results.
If there are more results to fetch, the cursor will appear as next_cursor on the response.
:returns: List of pipeline templates or error message.
The output is automatically stored and can be referenced in other functions.
Returns a formatted preview with an object ID (e.g., @obj_123).
Use the object store tools in combination with the object ID to view nested properties of the object.
Use the returned object ID to pass this result to other functions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| pipeline_type | No |