Skip to main content
GET
/
v1
/
relations
List related entities
curl --request GET \
  --url https://api.fortressproductivity.com/v1/relations \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "relation_id": "<string>",
      "kind": "originated_from",
      "direction": "forward",
      "entity_type": "action",
      "entity_id": "<string>",
      "title": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ],
  "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

source_type
enum<string>
required
Available options:
action,
project,
order,
question
source_id
string
required
Minimum string length: 1

Response

Related entity list

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