Skip to main content
POST
/
v1
/
actions
/
{id}
/
heartbeat
Record agent action progress
curl --request POST \
  --url https://api.fortressproductivity.com/v1/actions/{id}/heartbeat \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "progress_note": "<string>"
}
'
{
  "ok": true,
  "last_activity_at": "2023-11-07T05:31:56Z"
}

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"

Body

application/json
progress_note
string

Response

Heartbeat acknowledgement

ok
enum<boolean>
required
Available options:
true
last_activity_at
string<date-time>
required