Provider Specification Change Notifications

Provider specification change notifications describe provider schema changes.

Provider Specification Change Notifications object

Attributes

object

String

id

String

provider_id

String

provider_version_id

String

from_specification

ObjectNullable

to_specification

ObjectNullable

from_provider_version

ObjectNullable

to_provider_version

ObjectNullable

created_at

Date
{
"object": "provider.specification_change_notification",
"from_specification": {
"object": "provider.capabilities.specification#preview"
},
"to_specification": {
"object": "provider.capabilities.specification#preview"
},
"from_provider_version": {
"object": "provider.version#preview"
},
"to_provider_version": {
"object": "provider.version#preview"
}
}

List provider specification change notifications

Returns a paginated list of provider specification change notifications for this instance.

Query Parameters

limit

NumberOptional

after

StringOptional

before

StringOptional

cursor

StringOptional

order

EnumOptional

id

UnionOptional

target

UnionOptional

provider_id

UnionOptional

provider_version_id

UnionOptional

provider_specification_id

UnionOptional

created_at

ObjectOptional

Filter provider specification change notification time by date range

GEThttp://api.metorial.com/provider-specification-change-notifications
curl -X GET "https://api.metorial.com/provider-specification-change-notifications" \
-H "Authorization: Bearer metorial_sk_..."

Get provider specification change notification

Retrieves a provider specification change notification by ID.

URL Parameters

notification_id

String

The unique identifier for the notification

GEThttp://api.metorial.com/provider-specification-change-notifications/:notification_id
curl -X GET "https://api.metorial.com/provider-specification-change-notifications/not_Rm4Mnheq2bfEPhBhP7SY" \
-H "Authorization: Bearer metorial_sk_..."