GET /2/spaces/search

twitter.com:current

Summary: Search for Spaces
Operation ID: searchSpaces
Auth: unknown
Description

Returns Spaces that match the provided query.

Parameters (7)

expansions (array, query, optional)

A comma separated list of fields to expand.

max_results (integer, query, optional, default: 100)

The number of results to return.

Constraints: {'minimum': 1, 'maximum': 100}

query (string, query, required)

The search query.

Constraints: {'minLength': 1, 'maxLength': 2048}

space.fields (array, query, optional)

A comma separated list of Space fields to display.

state (string, query, optional, default: all)

The state of Spaces to search for.

Constraints: {'enum': ['live', 'scheduled', 'all']}

topic.fields (array, query, optional)

A comma separated list of Topic fields to display.

user.fields (array, query, optional)

A comma separated list of User fields to display.

No probe data for this endpoint yet.