bots

Get bots

Get a page of a list of bots.

Permissions

Must have read_bots permission for bots you are managing, and read_others_bots permission for bots others are managing.

get/api/v4/bots

Query parameters

pageinteger

The page to select.

per_pageinteger

The number of users per page. There is a maximum limit of 200 users per page.

include_deletedboolean

If deleted bots should be returned.

only_orphanedboolean

When true, only orphaned bots will be returned. A bot is consitered orphaned if it's owner has been deactivated.

Response

Bot page retrieval successful

user_idstring

The user id of the associated user entry.

create_atinteger

The time in milliseconds a bot was created

update_atinteger

The time in milliseconds a bot was last updated

delete_atinteger

The time in milliseconds a bot was deleted

usernamestring
display_namestring
descriptionstring
owner_idstring

The user id of the user that currently owns this bot.

Changes

No recorded changes to this endpoint across all 1 revision of this API.