Skip to main content
GET
/
v1
/
search
Search workspace entities
curl --request GET \
  --url https://api.fortressproductivity.com/v1/search \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "type": "action",
      "id": "<string>",
      "title": "<string>",
      "subtitle": "<string>",
      "rank": 123
    }
  ],
  "total": 1,
  "page": {
    "offset": 1,
    "limit": 123
  },
  "sort": "<string>",
  "filters": {},
  "hidden_count": 1
}

Documentation Index

Fetch the complete documentation index at: https://docs.fortressproductivity.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Agent bearer token using the ft_... token format.

Query Parameters

query
string
required
Minimum string length: 1
entity_type
enum<string>
Available options:
project,
action,
document,
agent,
order
limit
integer
default:20
Required range: 1 <= x <= 100

Response

Search results

items
object[]
required
total
integer
Required range: x >= 0
page
object
sort
string
filters
object
hidden_count
integer
Required range: x >= 0