v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141531,219979.8 KB

Retrieves information about a specific registry record.

get/registries/{registryId}/records/{recordId}

Path parameters

registryIdstring required

The identifier of the registry containing the record. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.

recordIdstring required

The identifier of the registry record to retrieve. You can specify either the Amazon Resource Name (ARN) or the ID of the record.

Response

Success

registryArnstring required

The Amazon Resource Name (ARN) of the registry that contains the record.

recordArnstring required

The Amazon Resource Name (ARN) of the registry record.

recordIdstring required

The unique identifier of the registry record.

namestring required

The name of the registry record.

descriptionstring password

The description of the registry record.

descriptorType'MCP' | 'A2A' | 'CUSTOM' | 'AGENT_SKILLS' required

The descriptor type of the registry record. Possible values are <code>MCP</code>, <code>A2A</code>, <code>CUSTOM</code>, and <code>AGENT_SKILLS</code>.

recordVersionstring

The version of the registry record.

status'DRAFT' | 'PENDING_APPROVAL' | 'APPROVED' | 'REJECTED' | 'DEPRECATED' | 'CREATING' | 'UPDATING' | 'CREATE_FAILED' | 'UPDATE_FAILED' required

The current status of the registry record. Possible values include <code>CREATING</code>, <code>DRAFT</code>, <code>APPROVED</code>, <code>PENDING_APPROVAL</code>, <code>REJECTED</code>, <code>DEPRECATED</code>, <code>UPDATING</code>, <code>CREATE_FAILED</code>, and <code>UPDATE_FAILED</code>. A record transitions from <code>CREATING</code> to <code>DRAFT</code>, then to <code>PENDING_APPROVAL</code> (via <code>SubmitRegistryRecordForApproval</code>), and finally to <code>APPROVED</code> upon approval.

createdAtstring date-time required

The timestamp when the registry record was created.

updatedAtstring date-time required

The timestamp when the registry record was last updated.

statusReasonstring

The reason for the current status, typically set when the status is a failure state.

synchronizationType'URL'

The type of synchronization used for this record.