Subscribe to lifecycle events for a compute contract. Gateway pushes events as they arrive from the bidder (vm.started, vm.onNetwork, terminated).
Parameters
AT-URI of the receipt record to subscribe to events for.
Errors
InvalidRequest
AuthRequired
View raw schema
{
"type": "subscription",
"errors": [
{
"name": "InvalidRequest"
},
{
"name": "AuthRequired"
}
],
"message": {
"schema": {
"refs": [
"#vm_started",
"#vm_on_network",
"#terminated",
"#error"
],
"type": "union"
}
},
"parameters": {
"type": "params",
"required": [
"receiptUri"
],
"properties": {
"receiptUri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the receipt record to subscribe to events for."
}
}
},
"description": "Subscribe to lifecycle events for a compute contract. Gateway pushes events as they arrive from the bidder (vm.started, vm.onNetwork, terminated)."
}
No description available.
Properties
No description available.
View raw schema
{
"type": "object",
"required": [
"message"
],
"properties": {
"message": {
"type": "string"
}
}
}
No description available.
Properties
No description available.
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
An RFC 3339 formatted timestamp.
View raw schema
{
"type": "object",
"required": [
"receiptUri",
"reason",
"timestamp"
],
"properties": {
"reason": {
"type": "string"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"receiptUri": {
"type": "string",
"format": "at-uri"
}
}
}
No description available.
Properties
No description available.
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
An RFC 3339 formatted timestamp.
View raw schema
{
"type": "object",
"required": [
"receiptUri",
"address",
"timestamp"
],
"properties": {
"address": {
"type": "string"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"receiptUri": {
"type": "string",
"format": "at-uri"
}
}
}
No description available.
Properties
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
An RFC 3339 formatted timestamp.
View raw schema
{
"type": "object",
"required": [
"receiptUri",
"timestamp"
],
"properties": {
"timestamp": {
"type": "string",
"format": "datetime"
},
"receiptUri": {
"type": "string",
"format": "at-uri"
}
}
}