Search Sources
Full-text search across source names and content.
Query Parameters
q*Q
Search query
limit?Limit
labels?array<string>|
Filter by source label name or label_id. Repeat for AND semantics.
label?array<string>|
Alias for labels. Repeat for AND semantics.
metadata?array<string>|
Filter by source metadata equality, e.g. metadata=customer=acme. Repeat for AND semantics; repeat the same key for OR values.
space_id?Space Id
Isolation space to search
Response Body
application/json
application/json
curl -X GET "https://example.com/sources/search?q=string"{ "results": [ {} ], "total": 0}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}