AgentQL · JSON Structure

Agentql Response Metadata Structure

Metadata about the API response.

Type: object Properties: 2
AgentsArtificial IntelligenceWeb ScrapingData ExtractionBrowser AutomationREST API

ResponseMetadata is a JSON Structure definition published by AgentQL, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

request_id response_time_ms

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/agentql/refs/heads/main/json-structure/agentql-response-metadata-structure.json",
  "name": "ResponseMetadata",
  "description": "Metadata about the API response.",
  "type": "object",
  "properties": {
    "request_id": {
      "type": "string",
      "description": "Unique identifier for this API request.",
      "example": "req-a1b2c3d4"
    },
    "response_time_ms": {
      "type": "int32",
      "description": "Time taken to complete the request in milliseconds.",
      "example": 1847
    }
  }
}