getItem
Agent Runtimes / api/spacer/items / getItem
Function: getItem()
getItem(
token,id,baseUrl?):Promise<GetSpaceItemResponse>
Defined in: src/api/spacer/items.ts:51
Get a single item from a space.
Parameters
token
string
Authentication token
id
string
The item ID to retrieve
baseUrl?
string = DEFAULT_SERVICE_URLS.SPACER
Base URL for the API (defaults to production)
Returns
Promise<GetSpaceItemResponse>
Promise resolving to the item response