Data Export
Data Export allows you to download resource data from Pulumi Cloud for offline analysis or integration with other systems. The Data Export API provides an endpoint for exporting resource search results.
Export Org Resource Search Query
GET
/api/orgs/{orgName}/search/resources/exportExportOrgResourceSearchQuery exports resource search results as a CSV file download. Supports the same query parameters as the standard resource search to filter results.
Request Parameters
orgNamestring path requiredThe organization namecollapseboolean query optionalCollapse results to show one entry per stack instead of per resourcecursorstring query optionalCursor for paginated resultsfacetarray query optionalFacet filters to applypageinteger query optionalPage number for paginationpropertiesboolean query optionalInclude resource properties in search results (may increase response size)querystring query optionalSearch query stringsizeinteger query optionalNumber of results to returnsortarray query optionalSort order for resultstopinteger query optionalNumber of top aggregation buckets to return
Responses
200
CSV file with exported resource data
Errors:
422 search cluster is unreachable
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.