action circl_get_session_create { label: "get_session_create" description: "Create a session key to keep search context. The session is attached to a name. After the session is created, the header `hashlookup_session` can be set to the session name." provider: circl method: GET path: "/session/create/{name}" encoding: json output: { type: "object" additionalProperties: true } }