Search across all resources
GET
/v1/global_search/
const url = 'https://example.com/v1/global_search/';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/v1/global_search/ \ --header 'Authorization: Bearer <token>'Search agents, services, containers, and more by keyword.
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”No response body