Stay organized with collectionsSave and categorize content based on your preferences.
Version 4.0.25.14 (latest)
Search Boards
If multiple search params are given andfilter_oris FALSE or not specified,
search params are combined in a logical AND operation.
Only rows that matchallsearch param criteria will be returned.
Iffilter_oris TRUE, multiple search params are combined in a logical OR operation.
Results will include rows that matchanyof the search criteria.
String search params use case-insensitive matching.
String search params can contain%and '_' as SQL LIKE pattern match wildcard expressions.
example="dan%" will match "danger" and "Danzig" but not "David"
example="D_m%" will match "Damage" and "dump"
Integer search params can accept a single value or a comma separated list of values. The multiple
values will be combined under a logical OR operation - results will match at least one of
the given values.
Most search params can accept "IS NULL" and "NOT NULL" as special expressions to match
or exclude (respectively) rows where the column is null.
Boolean search params accept only "true" and "false" as values.
Request
GET/boards/search
Datatype
Description
Request
HTTP Request
query
HTTP Query
Expand HTTP Query definition...
title
string
Matches board title.
created_at
string
Matches the timestamp for when the board was created.
first_name
string
The first name of the user who created this board.
last_name
string
The last name of the user who created this board.
fields
string
Requested fields.
favorited
boolean
Return favorited boards when true.
creator_id
string
Filter on boards created by a particular user.
sorts
string
The fields to sort the results by
page
integer
DEPRECATED. Use limit and offset instead. Return only page N of paginated results
per_page
integer
DEPRECATED. Use limit and offset instead. Return N rows of data per page
offset
integer
Number of results to return. (used with offset and takes priority over page and per_page)
limit
integer
Number of results to skip before returning any. (used with limit and takes priority over page and per_page)
filter_or
boolean
Combine given search criteria in a boolean OR expression
permission
string
Filter results based on permission, either show (default) or update
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# Search Boards\n\nVersion 4.0.25.14 (latest)\n\n### Search Boards\n\nIf multiple search params are given and `filter_or` is FALSE or not specified,\nsearch params are combined in a logical AND operation.\nOnly rows that match *all* search param criteria will be returned.\n\nIf `filter_or` is TRUE, multiple search params are combined in a logical OR operation.\nResults will include rows that match **any** of the search criteria.\n\nString search params use case-insensitive matching.\nString search params can contain `%` and '_' as SQL LIKE pattern match wildcard expressions.\nexample=\"dan%\" will match \"danger\" and \"Danzig\" but not \"David\"\nexample=\"D_m%\" will match \"Damage\" and \"dump\"\n\nInteger search params can accept a single value or a comma separated list of values. The multiple\nvalues will be combined under a logical OR operation - results will match at least one of\nthe given values.\n\nMost search params can accept \"IS NULL\" and \"NOT NULL\" as special expressions to match\nor exclude (respectively) rows where the column is null.\n\nBoolean search params accept only \"true\" and \"false\" as values.\n\nRequest\n-------\n\nGET /boards/search \nDatatype \nDescription \nRequest \nHTTP Request \nquery \nHTTP Query \nExpand HTTP Query definition... \ntitle \nstring \nMatches board title. \ncreated_at \nstring \nMatches the timestamp for when the board was created. \nfirst_name \nstring \nThe first name of the user who created this board. \nlast_name \nstring \nThe last name of the user who created this board. \nfields \nstring \nRequested fields. \nfavorited \nboolean \nReturn favorited boards when true. \ncreator_id \nstring \nFilter on boards created by a particular user. \nsorts \nstring \nThe fields to sort the results by \npage \ninteger \nDEPRECATED. Use limit and offset instead. Return only page N of paginated results \nper_page \ninteger \nDEPRECATED. Use limit and offset instead. Return N rows of data per page \noffset \ninteger \nNumber of results to return. (used with offset and takes priority over page and per_page) \nlimit \ninteger \nNumber of results to skip before returning any. (used with limit and takes priority over page and per_page) \nfilter_or \nboolean \nCombine given search criteria in a boolean OR expression \npermission \nstring \nFilter results based on permission, either show (default) or update\n\nResponse\n--------\n\n### 200: boards\n\nDatatype \nDescription \n(array) \n[Board](/looker/docs/reference/looker-api/latest/types/Board)\\[\\] \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \ncontent_metadata_id \n*lock* \nstring \nId of associated content_metadata record \ncreated_at \n*lock* \nstring \nDate of board creation \ndeleted_at \nstring \nDate of board deletion \ndescription \nstring \nDescription of the board \nboard_sections \n[BoardSection](/looker/docs/reference/looker-api/latest/types/BoardSection)\\[\\] \nExpand BoardSection definition... \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \ncreated_at \n*lock* \nstring \nTime at which this section was created. \ndeleted_at \nstring \nTime at which this section was deleted. \ndescription \nstring \nDescription of the content found in this section. \nboard_id \nstring \nId reference to parent board \nboard_items \n[BoardItem](/looker/docs/reference/looker-api/latest/types/BoardItem)\\[\\] \nExpand BoardItem definition... \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \ncontent_created_by \n*lock* \nstring \nName of user who created the content this item is based on \ncontent_favorite_id \n*lock* \nstring \nContent favorite id associated with the item this content is based on \ncontent_metadata_id \n*lock* \nstring \nContent metadata id associated with the item this content is based on \ncontent_updated_at \n*lock* \nstring \nLast time the content that this item is based on was updated \ncustom_description \nstring \nCustom description entered by the user, if present \ncustom_title \nstring \nCustom title entered by the user, if present \ncustom_url \nstring \nCustom url entered by the user, if present \ndashboard_id \nstring \nDashboard to base this item on \ndescription \n*lock* \nstring \nThe actual description for display \nfavorite_count \n*lock* \ninteger \nNumber of times content has been favorited, if present \nboard_section_id \nstring \nAssociated Board Section \nid \n*lock* \nstring \nUnique Id \nimage_url \n*lock* \nstring \nThe actual image_url for display \nlocation \n*lock* \nstring \nThe container folder name of the content \nlook_id \nstring \nLook to base this item on \nlookml_dashboard_id \nstring \nLookML Dashboard to base this item on \norder \ninteger \nAn arbitrary integer representing the sort order within the section \ntitle \n*lock* \nstring \nThe actual title for display \nurl \n*lock* \nstring \nRelative url for the associated content \nuse_custom_description \nboolean \nWhether the custom description should be used instead of the content description, if the item is associated with content \nuse_custom_title \nboolean \nWhether the custom title should be used instead of the content title, if the item is associated with content \nuse_custom_url \nboolean \nWhether the custom url should be used instead of the content url, if the item is associated with content \nview_count \n*lock* \ninteger \nNumber of times content has been viewed, if present \ncustom_image_data_base64 \nstring \n(Write-Only) base64 encoded image data \ncustom_image_url \n*lock* \nstring \nCustom image_url entered by the user, if present \nuse_custom_image \nboolean \nWhether the custom image should be used instead of the content image, if the item is associated with content \nid \n*lock* \nstring \nUnique Id \nitem_order \nstring\\[\\] \nvisible_item_order \nstring\\[\\] \ntitle \nstring \nName of row \nupdated_at \n*lock* \nstring \nTime at which this section was last updated. \nid \n*lock* \nstring \nUnique Id \nsection_order \nstring\\[\\] \ntitle \nstring \nTitle of the board \nupdated_at \n*lock* \nstring \nDate of last board update \nuser_id \n*lock* \nstring \nUser id of board creator \nprimary_homepage \n*lock* \nboolean \nWhether the board is the primary homepage or not\n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\nExamples\n--------\n\n### Kotlin"]]