Get Shared Response
get_shared_responseRetrieve a shared response's full definition including schema, headers, example, and rowVersion. Optionally list specs using it, with project or org scope.
Instructions
Get one shared response with its schema, headers, example and rowVersion. Scope 'project' (default) or 'org'. Set includeUsedBy to also list the specs linking it — project scope only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Which library to read: 'project' (default) or 'org' | project |
| responseId | Yes | Public ID (GUID) of the shared response | |
| includeUsedBy | No | Also list the specs using this response — project scope only (default false) |