Skip to main content
GET
/
v1
/
proposals
List proposals
curl --request GET \
  --url https://api.fortressproductivity.com/v1/proposals \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "workspace_id": "<string>",
      "kind": "proposal",
      "agent_id": "<string>",
      "created_by_actor_id": "<string>",
      "assigned_actor_id": "<string>",
      "updated_by_actor_id": "<string>",
      "status": "open",
      "response_comment": "<string>",
      "responded_at": "2023-11-07T05:31:56Z",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "action_id": "<string>",
      "project_id": "<string>",
      "order_id": "<string>",
      "title": "<string>",
      "description": "<string>",
      "fortress_action_kind": "create_action",
      "external_system": "<string>",
      "external_resource": "<string>",
      "external_source_key": "<string>",
      "external_url": "<string>",
      "external_intent_kind": "<string>",
      "external_intent_body": "<string>",
      "response_verb": "permit",
      "consumed_at": "2023-11-07T05:31:56Z",
      "resolved_at": "2023-11-07T05:31:56Z",
      "resolved_by_actor_id": "<string>",
      "resolved_action_id": "<string>",
      "resolved_project_id": "<string>",
      "resolution_summary": "<string>",
      "created_by_actor_kind": "user",
      "created_by_actor_name": "<string>",
      "created_by_agent_id": "<string>",
      "created_by_user_id": "<string>",
      "fortress_payload": "<unknown>",
      "external_payload": "<unknown>",
      "response_payload": "<unknown>"
    }
  ],
  "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

action_id
string
Minimum string length: 1
project_id
string
Minimum string length: 1
agent_id
string
Minimum string length: 1
order_id
string
Minimum string length: 1
open
enum<string>
Available options:
true,
false
resolved
enum<string>
Available options:
true,
false

Response

Proposal list

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