Data Analysis
cURL
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" } }
Retrieve details for a specific fabric by its ID
Prophecy authentication token. Required for all API requests.
The unique ID of the fabric
Fabric resource found
Indicates the request was successful.
true
false
Response data containing fabric details.
Show child attributes
Was this page helpful?