Skip to main content
GET
/
v1
/
proposals
/
{id}
Get a proposal
curl --request GET \
  --url https://api.fortressproductivity.com/v1/proposals/{id} \
  --header 'Authorization: Bearer <token>'
{
  "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>"
}

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

Proposal

id
string
required
Minimum string length: 1
workspace_id
string
required
Minimum string length: 1
kind
enum<string>
required
Available options:
proposal
agent_id
string
required
Minimum string length: 1
created_by_actor_id
string
required
Minimum string length: 1
assigned_actor_id
string
required
Minimum string length: 1
updated_by_actor_id
string
required
Minimum string length: 1
status
enum<string>
required
Available options:
open,
responded
response_comment
string | null
required
responded_at
string<date-time> | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
action_id
string | null
required
Minimum string length: 1
project_id
string | null
required
Minimum string length: 1
order_id
string | null
required
Minimum string length: 1
title
string
required
Minimum string length: 1
description
string | null
required
fortress_action_kind
enum<string>
required
Available options:
create_action,
create_project,
duplicate_project,
none
external_system
string | null
required
external_resource
string | null
required
external_source_key
string | null
required
external_url
string<uri> | null
required
external_intent_kind
string | null
required
external_intent_body
string | null
required
response_verb
enum<string> | null
required
Available options:
permit,
permit_with_edit,
reject,
take,
counter,
null
consumed_at
string<date-time> | null
required
resolved_at
string<date-time> | null
required
resolved_by_actor_id
string | null
required
Minimum string length: 1
resolved_action_id
string | null
required
Minimum string length: 1
resolved_project_id
string | null
required
Minimum string length: 1
resolution_summary
string | null
required
created_by_actor_kind
enum<string> | null
Available options:
user,
agent,
system,
null
created_by_actor_name
string | null
created_by_agent_id
string | null
Minimum string length: 1
created_by_user_id
string | null
Minimum string length: 1
fortress_payload
any
external_payload
any
response_payload
any