Skip to main content
GET
/
api
/
orchestration
/
fabric
/
{fabricId}
Get fabric details
curl --request GET \
  --url https://app.prophecy.io/api/orchestration/fabric/{fabricId} \
  --header 'X-AUTH-TOKEN: <x-auth-token>'
{
  "success": true,
  "data": {
    "fabricID": "10740",
    "name": "API_fabric_test",
    "teamID": "1200"
  }
}

Headers

X-AUTH-TOKEN
string
required

Prophecy authentication token. Required for all API requests.

Path Parameters

fabricId
string
required

The unique ID of the fabric

Response

200 - application/json

Fabric resource found

success
enum<boolean>
required

Indicates the request was successful.

Available options:
true,
false
data
object
required

Response data containing fabric details.