# Response Attributes

The upload endpoint returns structured metadata extracted from the submitted mobile binary. This response confirms upload success and provides authoritative application identifiers that Drizz uses for device provisioning, execution routing, and version tracking. The payload enables CI/CD pipelines and QA workflows to verify that the correct build was uploaded and is ready for test execution.

| Attribute             | Data Type | Description      | Example                   |
| --------------------- | --------- | ---------------- | ------------------------- |
| message               | string    | Upload status    | APK uploaded successfully |
| details.package\_name | string    | App package name | com.example.app           |
| details.version\_name | string    | App version      | 1.0.0                     |
| details.version\_code | number    | App version code | 100                       |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.drizz.dev/drizz-api-integration/upload/response-attributes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
