Get elements by tag
Gets Postman elements (entities) by a given tag. Tags enable you to organize and search [workspaces](https://learning.postman.com/docs/collaborating-in-postman/using-workspaces/managing-workspaces/#tagging-a-workspace), [APIs](https://learning.postman.com/docs/designing-and-developing-your-api/managing-apis/#tagging-apis), and [collections](https://learning.postman.com/docs/collections/using-collections/#tagging-a-collection) that contain shared tags.
**Note:**
Tagging is available on Postman [**Solo**, **Team**, and **Enterprise** plans](https://www.postman.com/pricing/).
Authentication
x-api-keystring
API Key authentication via header
Path parameters
slug
The tag’s ID within a team or individual (non-team) user scope.
Query parameters
limit
The maximum number of tagged elements to return in a single call.
direction
The ascending (asc) or descending (desc) order to sort the results by, based on the time of the entity’s tagging.
Allowed values:
cursor
The cursor to get the next set of results in the paginated response. If you pass an invalid value, the API only returns the first set of results.
entityType
Filter results for the given entity type.
Allowed values:
Response
Successful Response
data
An object containing the paginated elements.
meta
The response's pagination information.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error