# previousTargetValues

Stores previous values of Agentic Pentest target configuration before modification.

### Examples

```graphql
type PreviousTargetValues {
  title: String
  domainType: String
  targetUrl: String
  env: String
  authMethod: String
}
```

### Fields

| Field               | Description                                  | Supported fields |
| ------------------- | -------------------------------------------- | ---------------- |
| title `String`      | Previous title of the Agentic Pentest target |                  |
| domainType `String` | Previous domain type classification          |                  |
| targetUrl `String`  | Previous target URL being scanned            |                  |
| env `String`        | Previous environment classification          |                  |
| authMethod `String` | Previous authentication method used          |                  |

### References

#### Fields with this object:

* [{} AuditLog.previousValues](/api-documentation/api-reference/api--audit/types/objects/audit-log.md)


---

# 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.ox.security/api-documentation/api-reference/api--audit/types/objects/previous-target-values.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.
