cURL
curl --request GET \ --url https://api.ctrlplane.dev/api/v1/workspaces/{workspaceId}/resources/identifier/{identifier}
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "version": "<string>", "kind": "<string>", "identifier": "<string>", "config": {}, "metadata": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z", "workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "providerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "variables": {}, "relationships": {} }
ID of the workspace
Identifier of the resource
Successfully retrieved the resource
Show child attributes