Skip to main content
GET
/
v1
/
views
/
tasks
Get tasks view
curl --request GET \
  --url https://api.fortressproductivity.com/v1/views/tasks \
  --header 'Authorization: Bearer <token>'
{
  "domains": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "state": "active",
      "project_count": 1,
      "action_count": 1,
      "rows": [
        {
          "kind": "action",
          "action_id": "<string>",
          "title": "<string>",
          "project_title": "<string>",
          "status": "inbox",
          "assigned_actor_id": "<string>",
          "assigned_actor_kind": "user",
          "assigned_actor_name": "<string>",
          "assigned_agent_id": "<string>",
          "assigned_agent_name": "<string>",
          "touched_at": "2023-11-07T05:31:56Z",
          "due_at": "2023-11-07T05:31:56Z",
          "domain_id": "<string>",
          "domain_name": "<string>",
          "order_id": "<string>"
        }
      ]
    }
  ]
}

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

view
enum<string>
Available options:
active,
stalled,
templates,
all

Response

Tasks view

domains
object[]
required