Skip to content

Get a shared resource and its attachments

GET
/api/v3/organizations/{organisation}/resources/{resource}
curl --request GET \
--url https://dashboard.quantcdn.io/api/v3/organizations/test-org/resources/res-abc123 \
--header 'Authorization: Bearer <token>'
organisation
required
string

The organisation ID

Example
test-org
resource
required
string

The resource ID

Example
res-abc123

The resource

Media typeapplication/json
Shared resource
object
orgName
string
resourceId
string
type
string
Allowed values: object-storage valkey
name
string
status
string
Allowed values: provisioning available deleting error
scope

Org for resources managed by these endpoints. app rows are compatibility records for an application-managed cache and cannot be mutated here.

string
Allowed values: org app
config

Type-specific settings, such as dataStorageMaxGb for a cache

object
physical

Provisioned detail: bucket and region for object storage, cache identifier and endpoint for a cache

object
createdAt
string format: date-time
Example
{
"orgName": "test-org",
"resourceId": "os-buzz-media",
"type": "object-storage",
"name": "buzz-media",
"status": "provisioning",
"scope": "org"
}

Resource not found