GraphQL:

ARTIFACTORY: How to use the GraphQL to search Packages in Artifactory

AuthorFullName__c
Sun Jinlong
articleNumber
000005969
ft:sourceType
Salesforce
FirstPublishedDate
2024-01-08T19:17:57Z
lastModifiedDate
2024-01-08
VersionNumber
1
GraphQL is a query language for your API and a server-side runtime for executing queries using a type system you define for your data. The Artifactory supports GraphQL to search Metadata in the Artifactory and fetch package data stored in the metadata microservice. To get more, see GraphQL.

To use GraphQL to search metadata, it needs a scoped token for Artifactory and running the cURL request.
# curl example:
curl -H "Authorization: Bearer <Your Token>" -XPOST http://<server:port>/metadata/api/v1/query -d '{"query":"..." }'