Search agents
Searches for agents by matching the query term against agent names and descriptions (case-insensitive).
Returns agents accessible to the authenticated user within their organization. Results are
limited to prevent performance issues — use maxRecords to control the limit.
Authorizations
API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"
OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"
Query Parameters
The search term to match against agent names and descriptions
Maximum number of results to return. Defaults to 50, max 1000.
Response
Returns the list of matching agents
1 = Agent; 2 = SharedFile; 3 = Template; 4 = Command
1, 2, 3, 4 Semantic validation status of a config's most recently saved definition (e.g. whether every
fixed export schema column is actually produced by a command). Serialized as its underlying
int, not a string - see Sequentum.Enterprise.ControlCenter.Swagger.EnumDescriptionsSchemaFilter
for how these values get documented in the public OpenAPI spec. (1 = Unknown - Validation status was not computed for this response (e.g. a historical config version, which does not retain its own stored status); 2 = Invalid - The config has one or more semantic validation errors (e.g. a required export column with no producing command); 3 = Valid - The config has no semantic validation errors)
1, 2, 3