Select flows upon criteria
POST/spaces/connectors/afnor/:spaceId/v1/flows/search
Retrieves a set of flows matching the provided search criteria:
- Need at least one criterion to be specified
- Assuming a logical AND when combining criteria
- Assuming a logical OR for criteria allowing a list of values
Pagination works with the updatedAfter property
Scope: space_read
This Endpoint is part of: connectors-afnor
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
OK - Response message when returning the results of a search request.
Error 400 : Bad request.
Error 401 : Authentication error.
Error 403 : Forbidden.
Error 429 : Too many requests.
Error 500 : Server Internal Error.
Error 503 : Unavailable Resource.