ActionKit (ConvertKit)Updated September 2026

What tags exist in Kit?

Short answer: You can list kit tags in Kit (ConvertKit) by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Kit (ConvertKit) List Kit Tags action to a workflow, map its 0 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

List Kit Tags in Kit (ConvertKit) — start free
Sample request
{}
Returns
{
"tags": [
{
"id": 123,
"name": "Customer",
"created_at": "2025-01-01T00:00:00Z"
}
]
}

Use these fields in downstream nodes for routing, logging, or error handling.

FAQ

Questions about List Kit Tags.

What does the List Kit Tags action do in Kit (ConvertKit)?
Returns every tag in the account with subscriber counts. Useful for resolving tag IDs at workflow-build time (Tag Subscriber takes numeric IDs, not names) and for tag-inventory audits.
What inputs does List Kit Tags require?
List Kit Tags has no required inputs. Sensible defaults are applied if you leave fields blank.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Kit (ConvertKit) returns an error?
The run history shows the failed step with its input and the error message Kit (ConvertKit) returned, so you can fix the input and run the workflow again. Automatic retries are built into HTTP steps only, where you can also set your own retry count and delay.
Does List Kit Tags support batch operations?
Run List Kit Tags inside a loop to process each item in an array. TinyCommand does not throttle calls for you, so for large arrays add a Delay step if you need to stay within Kit (ConvertKit)'s rate limits.
More actions

Other Kit (ConvertKit) actions.

List Kit Tags in Kit (ConvertKit) — start free