Skip to main content
GET
/
v1
/
domains
/
{id}
Get a domain
curl --request GET \
  --url https://api.fortressproductivity.com/v1/domains/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "workspace_id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "state": "active",
  "created_by_actor_id": "<string>",
  "updated_by_actor_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_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"

Response

Domain

id
string
required
Minimum string length: 1
workspace_id
string
required
Minimum string length: 1
name
string
required
Minimum string length: 1
description
string | null
required
state
enum<string>
required
Available options:
active,
archived
created_by_actor_id
string
required
Minimum string length: 1
updated_by_actor_id
string
required
Minimum string length: 1
created_at
string<date-time>
required
updated_at
string<date-time>
required