cURL
curl --request GET \ --url https://api.taidalos.com/v1/media-searches/find \ --header 'Authorization: <authorization>'
{ "data": [ { "created_at": "<string>", "internal_subject_id": "<string>", "media_search_config_id": "<string>", "media_search_id": "<string>", "subject_id": "<string>" } ], "items_count": 123, "page": 123, "total": 123 }
Set the page size (max. 1,000)
Set the page you want to query
Filter for searches by media_search_id
Filter for searches by subject_id
Filter for searches by media_search_configuration_id
Filter for searches by internal_subject_id
OK
Show child attributes