Workspaces
List workspace agent versions
Returns the paginated version history of the agent for a workspace within an organization, exposing only discovered_at and version.
GET
List workspace agent versions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
Required string length:
24Pattern:
^[0-9a-f]{24}$Workspace identifier.
Required string length:
24Pattern:
^[0-9a-f]{24}$Query Parameters
Page number to query.
Required range:
x >= 1Number of items per page.
Required range:
1 <= x <= 100Response fields to be included, separated by commas.
Sort expression in the format :asc|desc.
Pattern:
^([a-z_]+):(asc|desc)$JSON expression of filters on filterable fields of the response.