cURL
curl --request GET \ --url https://api.x.com/2/notes/search/notes_written \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "1146654567674912769", "info": { "classification": "misinformed_or_potentially_misleading", "misleading_tags": [ "disputed_claim_as_fact" ], "text": "<string>", "trustworthy_sources": true }, "post_id": "1346889436626259968", "status": "currently_rated_helpful", "test_result": { "evaluator_score_bucket": "<string>", "evaluator_type": "<string>" } } ], "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ], "meta": { "next_token": "<string>", "result_count": 123 } }
Returns all the community notes written by the user.
1 <= x <= 100
1
Show child attributes