For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationAPI referenceRelease notes
DocumentationAPI referenceRelease notes
  • Introduction
    • Overview
    • Authentication
  • Guides
    • Operations Manager search APIs
    • Search API
    • URL query parameters
    • Use query parameters in API requests
  • Reference
        • POSTCreate a single transformation
        • DELDelete a single transformation document
        • GETGet transformation document by ID
        • POSTImport a single transformation
        • POSTRun a transformation
        • GETSearch for transformation documents
        • PUTUpdate a single transformation
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceTransformations

Search for transformation documents

GET
http://localhost:3000/transformations/
GET
/transformations/
$curl http://localhost:3000/transformations/ \
> -u "<username>:<password>"
1{}
Searches for transformation documents.
Was this page helpful?
Previous

Update a single transformation

Next
Built with

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Query parameters

incominglist of stringsOptional
incoming
outgoinglist of stringsOptional
outgoing
schemalist of stringsOptional
schema
containsstring or map from strings to anyOptional
contains
containsFieldstringOptional
containsField
equalsobjectOptional
equals
notobjectOptional
not
expandbooleanOptional
expand
limitdoubleOptional
limit
skipdoubleOptional
skip
sortstringOptional
sort
orderdoubleOptional
order
exclude-project-membersbooleanOptional

exclude-project-members

Response

Transformation documents.

Errors

500
Internal Server Error