GET
/v1/organizations/{organizationId}/projects/{projectId}/environments/{environmentId}/surface-registrations/{surfaceRegistrationId}/conditionsList a Surface registration's delivery conditions
Return a bounded page of operator-visible delivery refusals in stable first-observed order, continuing from an opaque cursor when supplied.
Authentication
Send an API key as a Bearer token in the Authorization header.
Parameters
Responses
200SurfaceRegistrationConditionPageapplication/json400The request path, headers, query, or JSON body did not satisfy the published schema401Unauthorizedapplication/json403Forbiddenapplication/json404NotFoundapplication/jsonReusable schemas
SurfaceRegistrationConditionPageEncoded
object- unknown properties allowed
false
itemsrequiredarrayThe resources in this page, in stable order.nextCursorrequired- The opaque continuation token for the next page, or null after the final page.Any of
string- maximum length
2048 - minimum length
1 - pattern
^[A-Za-z0-9_-]+$
null - maximum length
UnauthorizedEncoded
object- unknown properties allowed
false
_tagrequiredstringThe stable machine-readable error type.- allowed values
"Unauthorized"
- allowed values
reasonrequiredstringA safe explanation of why the credential was rejected.
ForbiddenEncoded
object- unknown properties allowed
false
_tagrequiredstringThe stable machine-readable error type.- allowed values
"Forbidden"
- allowed values
permissionrequiredstringThe permission required by the refused operation.
NotFoundEncoded
object- unknown properties allowed
false
_tagrequiredstringThe stable machine-readable error type.- allowed values
"NotFound"
- allowed values
resourcerequiredstringThe resource type relevant to the error.idrequiredstringThe identifier supplied for the resource that was not found.
SurfaceRegistrationConditionEncoded
object- unknown properties allowed
false
coderequiredstringThe stable machine-readable condition code.- allowed values
"mixedTenantConversation"
- allowed values
providerIssuerrequiredstringThe provider account or workspace boundary.- maximum length
512 - minimum length
1 - pattern
^[!-~]+$
- maximum length
providerConversationKeyrequiredstringThe provider's stable conversation address within its issuer.- maximum length
512 - minimum length
1 - pattern
^[!-~]+$
- maximum length
existingTenantIdrequiredstringThe Tenant that already owns the provider conversation.- maximum length
64 - pattern
^tenant_[\s\S]+$
- maximum length
attemptedTenantIdrequiredstringThe Tenant that attempted to claim the provider conversation.- maximum length
64 - pattern
^tenant_[\s\S]+$
- maximum length
occurrenceCountrequiredintegerHow many times the condition has been observed.- greater than
0
- greater than
firstObservedAtrequiredstringWhen the condition was first observed, in UTC.- format
date-time
- format
lastObservedAtrequiredstringWhen the condition was most recently observed, in UTC.- format
date-time
- format