Get a query by ID
Queries
Get a query by ID
Returns a single query with its tags by UUID; a query belonging to another project is treated as not found.
GET
Get a query by ID
Headers
Project ID to specify the project context
Path Parameters
The UUID of the query to retrieve.
Response
Unique identifier (UUID) of the query.
Example:
"a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6"
The project this query belongs to
Example:
"a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6"
The tags IDs this query belongs to
Example:
[1, 2, 3]The search query text tracked for this entry.
Example:
"mentionlab"
ISO 639-1 language code used to scope the query results.
Example:
"en"
ISO 3166-1 alpha-2 country code used to scope the query results.
Example:
"US"
Timestamp of the last time the query was updated.
Example:
"2023-08-22T10:00:00.000Z"