Gets the details and status of an analytics export job. If the export job is still in progress, its state is set to "running". After the export job has completed successfully, its state is set to "completed". If the export job fails, its state is set to failed.
HTTP request
GET https://apigee.googleapis.com/v1/{name=organizations/*/environments/*/analytics/exports/*}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This endpoint retrieves details and the status of an analytics export job, which can be in a \"running,\" \"completed,\" or \"failed\" state."],["The HTTP request method for this operation is `GET`, with a specific URL structure that follows gRPC Transcoding syntax."],["The `name` parameter, representing the export resource, is required and necessitates the `apigee.exports.get` IAM permission."],["The request body must be empty when querying this endpoint."],["A successful response will return an instance of the `Export` object, containing the details of the requested export job."]]],[]]