---
title: Took
pubDate: 2026-08-17T09:53:44.266Z
antora:
  editUrl: https://github.com/couchbase/docs-server/edit/release/8.0/modules/fts/pages/fts-search-response-took.adoc
  xref: xref:server:fts:fts-search-response-took.adoc[]
---

[Consult the llms.txt file for a full list of contents](/llms.txt)
[View original HTML](/server/current/fts/fts-search-response-took.html)

# Took

The time taken (in nanoseconds) to complete the execution of a query.

## [](#example)Example

```json
"total_hits": 56,
"max_score": 0.8041158525040355,
"took": 1449005,
```