Skip to main content
POST
Get Grok History

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Parameters for getting Grok conversation history list

Twitter authentication cookie or Twitter auth_token, how-to-get-twitter-cookie

Example:

"ct0=abc123... or 2c4a4e1832096aa694c739b83c83b6d96d43eba7"

count
integer | null
default:20

Number of conversations to return.

Required range: 1 <= x <= 100
Example:

20

proxy
string | null

Optional HTTP proxy. Example: http://username:password@ip:port [blocked]

Example:

"http://username:password@ip:port"

Response

A list of Grok conversations.

Response for Grok conversation history list

code
integer
required

Response code

Example:

200

msg
string
required

Response message

Example:

"success"

data
GrokHistoryItem · object[]
required

Grok conversation list