Retrieve tags
documentedRetrieve tags.
POST /v1/tags/getTagsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
To Ortto/Autopilot tags.get endpoint, using the Ortto REST API (default service endpoint):
npx -y keychains@latest curl 'https://api.ap3api.com/v1/tags/get' \
-X POST \
-H 'X-Api-Key: {{AUTOPILOTHQ_API_KEY}}' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{"q": "{{$query}}"}'