Search
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
The search string or term. If omitted, returns all items of the specified type.
buildThe type of entity to search.
pipelinePossible values: Set to true to perform a regex search.
falseExample: falseThe number of records to return.
- Default: 100
- Maximum: 1000
- Use smaller values for faster responses
100Example: 50Specific field to search within. Common fields include:
name- Search only in resource namesdescription- Search only in descriptionstags- Search only in tagsowner- Search by owner email
nameCategory/type filter. Behavior depends on the t parameter:
- For
t=pipeline: Pipeline type. Valid values:apigee,azure_openai,boomi,github_actions_pipeline,informatica,ai-ml,oracle_fusion,sfdc,sap-cpq,sdlc,servicenow - For
t=registry: Tool identifier. Valid values:github,gitlab,bitbucket,jenkins,sonar,jira,aws_account,azure,slack,teams,snyk,anchore,twistlock,coverity,terraform,argo,hashicorp_vault, etc. - For
t=task: Task category. Valid values:gitscraper,sync,sfdc-configurator, etc. Invalid values will return an error with supported types listed.
sfdcField for exact match search (case-sensitive). Use this when you know the exact value.
Common fields: _id, name, toolIdentifier, taskType
_idSuccessfully retrieved search results.
Total number of results found.
150Bad Request - Invalid or missing input data.
Unauthorized - Authentication failed or insufficient permissions.
Unprocessable Entity - Invalid or missing data provided.
Internal Server Error - An unexpected error occurred.
Last updated

