Retrieve a credit
documentedRetrieves details of a credit.
GET /credits/{id}Billingno 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)
npx -y keychains@latest curl "https://{{$account_url}}.quadernoapp.com/api/credits/{{$id}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{QUADERNO_API_KEY}}" \
# Source: turn2view0