Search Postman resources
Searches Postman for resources such as workspaces, collections, requests, and other resource types. You can filter results by ownership, visibility, tags, and other criteria.
Note:
If you call this endpoint without an API key, the response only returns publicly-available resources.
Authentication
x-api-keystring
API Key authentication via header
OR
Authorizationstring
A valid [SCIM API key](https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/#generating-scim-api-key) for calls to SCIM endpoints.
OR
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Query parameters
limit
The maximum number of results to return per page.
cursor
The pointer to the first record of the set of paginated results. To view the next response, use the nextCursor value for this parameter.
Request
This endpoint expects an object.
elementType
The type of Postman resource to search for.
q
The search query text. This is case-insensitive.
ownership
The ownership scope for search results. One of:
organization(default) — Resources owned by the user’s team.external— Resources not owned by the user’s team.all— All resources regardless of ownership.
filters
The search filters to narrow results.
Response
Successful Response
meta
Pagination metadata for the search results.
data
A list of Postman elements that match the search query and filters.
Errors
400
Bad Request Error
500
Internal Server Error