Authorizations
Altostrat APIs use JWT Bearer tokens for authentication.
Query Parameters
The primary search query string. The API performs a fuzzy search against resource names, descriptions, and metadata.
1 - 255An optional filter to scope search results to a specific workspace ID. If provided, org_id is ignored. If omitted, the search defaults to the organization scope.
An optional filter to scope search results to a specific organization ID. This is typically used by administrative users to search outside their default organization. If omitted, the search is scoped to the organization of the authenticated user.
An array of entity types to filter the results. For example, types[]=device&types[]=policy will only return entities of those two types.
The start date for a creation date range filter, formatted as YYYY-MM-DD.
The end date for a creation date range filter, formatted as YYYY-MM-DD.
The page number for pagination.
x >= 1The number of results to return per page.
1 <= x <= 100