Skip to main content
GET
/
v1
/
actions
/
{id}
/
context
Get an action context bundle
curl --request GET \
  --url https://api.fortressproductivity.com/v1/actions/{id}/context \
  --header 'Authorization: Bearer <token>'
{
  "project": {
    "id": "<string>",
    "workspace_id": "<string>",
    "title": "<string>",
    "description": "<string>",
    "domain_id": "<string>",
    "is_template": true,
    "state": "active",
    "work_mode": "sequential",
    "due_at": "2023-11-07T05:31:56Z",
    "created_by_actor_id": "<string>",
    "updated_by_actor_id": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  },
  "linked_documents": [
    {
      "id": "<string>",
      "title": "<string>",
      "content": "<string>",
      "access_mode": "private",
      "updated_at": "2023-11-07T05:31:56Z",
      "owner_id": "<string>",
      "owner_type": "action"
    }
  ],
  "linked_urls": [
    {
      "id": "<string>",
      "workspace_id": "<string>",
      "action_id": "<string>",
      "project_id": "<string>",
      "question_id": "<string>",
      "url": "<string>",
      "title": "<string>",
      "created_by_actor_id": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ],
  "spawned_from": {
    "id": "<string>",
    "title": "<string>",
    "details": "<string>",
    "result_summary": "<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.

Path Parameters

id
string
required
Minimum string length: 1
Example:

"act_123"

Response

Action context

project
object
required
linked_documents
object[]
required
linked_urls
object[]
required
spawned_from
object
required